Simulator keeps crashing in Xcode 4.4

▼魔方 西西 提交于 2019-12-12 14:22:05

问题


When ever I run my app in Xcode 4.4 the simulator fails to open, "iOS Simulator quit unexpectedly." It runs on perfectly on the device though.


回答1:


I solved by installing xcode 4.5 and ios sdk 6. Now all work fine.




回答2:


You may have had a bad build on the Simulator, which is now messing things up.

  • Clean your code (Product > Clean in XCode)
  • Reset your simulator settings (iOS Simulator menu > Reset Content and Settings)

That should do it.




回答3:


I Had the same problem i just did following steps and it works fine

1) Reset your iPhone simulator

2) Clean Build your code

3) Restart your computer

Its works for me.




回答4:


Reboot the simulator ..... sometimes some apps remain in the memory.... Otherwise reinstall it ... some data could be corrupt... :)




回答5:


I had the same issue on Lion. After upgrade to Mountain Lion I haven't such issue.



来源:https://stackoverflow.com/questions/11691531/simulator-keeps-crashing-in-xcode-4-4

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