Search code examples
xcodearchiveorganizer

Xcode's 4.3.2 Organizer freezes whenever I click the "Archives" tab


I tried to archive a project in order to upload it to TestFlight. However, when I opened Organizer to export my archive as an ipa, it froze as soon as I clicked the "Archives" tab.

I tried to create another user, same problem.

I tried to remove the content of the archives folder, same as well.

Xcode is now completely unresponsive, and Activity Monitor show a "bash" process taking about 40% of processor.

Any idea?

Thanks.


Solution

  • This is the answer to the problem!

    From terminal execute this
    xcode-select -switch /Applications/Xcode.app/Contents/Developer/

    Found on this other post

    Why does xcode 4.3.2 hang when archiving?