XCode 4.3.1 crashes on opening specific project

眉间皱痕 提交于 2019-12-23 03:18:06

问题


Yesterday I updated my Xcode from 4.2.1 to 4.3.1 from Mac App Store. Everything was fine, but in the evening Xcode started to crash on opening one project, that I am currently working on. Here is the crash log here: http://pastebin.com/bxrMBeu7

I've also noticed that other projects are opening fine. Anyone knows the solution?


回答1:


I've spent few hours to fix this. There is no need to reinstall xCode.

So, here is my solution:

  1. Go to Organizer > Projects > Your project name. And delete Derived Data (not sure if this is necessary, but I did this few times before I've fixed)
  2. Find you project (*.xcodeproj) in Finder and click 'Show Package Content'. Delete all user specific data from there (I did the same step removing folders with user specific data from svnX client Working Copy window).
  3. Run the project.

Hope this will help.



来源:https://stackoverflow.com/questions/9759209/xcode-4-3-1-crashes-on-opening-specific-project

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