xcode ios crashing intermittently

旧时模样 提交于 2019-12-08 04:32:50

问题


I had my xcode working fine,

I updated my phone to iOS 7 and downloaded the latest xcode.

Now if I create an empty app, then run it on simulator,

the app will crash intermittently, nothing else added... so it will run some times, then will crash on start up,

No error log, only

lldb

and on main.m I see:

Thread 1: signal SIGABRT

What is the problem?

thanks!


回答1:


Delete the app from the simulator, clean project, restart Xcode and rerun it.

If that doesn't work try to reinstall it again.



来源:https://stackoverflow.com/questions/17162257/xcode-ios-crashing-intermittently

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