Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 773
Benoît Avatar asked Apr 25 '12 13:04

Benoît


1 Answers

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?

like image 93
Fmessina Avatar answered Sep 22 '22 14:09

Fmessina