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

人走茶凉 提交于 2019-12-22 04:27:07

问题


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.


回答1:


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?




回答2:


First of all try out this: another stack overflow answer. For me it helped once. Also if you run System monitor application while Xcode is hanging, you'll see several bash processes taking all your CPU time. Try to kill them until organizer opens.

If this won't help you either, migrate to Android or Windows Phone. Both Visual Studio and Eclipse are much more friendly :)



来源:https://stackoverflow.com/questions/10317125/xcodes-4-3-2-organizer-freezes-whenever-i-click-the-archives-tab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!