Why SpringBoard failed to launch application with error: -3

百般思念 提交于 2019-12-08 15:27:12

问题


I am new to iOS 7, I am getting SpringBoard failed to launch application with error: -3 with Xcode 5


回答1:


Another possible reason: too little available RAM. This happened for me (old iMac with only 3GB of RAM, running too many apps at once) as I addressed in this answer:

iPhone Simulator: SpringBoard failed to launch application with error: 7




回答2:


Sometimes this happens when you modify the elements in the Interface Builder: Try the following methods, if you are sure all your elements are properly hooked in IB

1.Clen build by: CMD+SHIFT+K
2. Go to Project Navigator->Select your project->General Then Deployment Info-> Devices, then Toggle Bettween iPad and iPhone, Thats is to say, if your project was targeted for iPad, then select iPhone, then Reselect iPad . See image below:

Then run the project, you should be good to go.


回答3:


When you will get this " SpringBoard failed to launch application with error: -3 " error, just use following solutions,

Solution 1 :

  • Just quit Simulator
  • Goto product menu
  • Clean project
  • Now build app

This will not show this Alert again.

Solution 2 :

  • If the problem still occurs then delete the App from Simulator
  • Re-run the code.

This will work since the app contents are loaded freshly...

Hope this will work for you....!!!



来源:https://stackoverflow.com/questions/19287526/why-springboard-failed-to-launch-application-with-error-3

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