How to permanently fix Xcode 5 SpringBoard failed

2019-01-21 10:18发布

This question already has an answer here:

Launching apps from Xcode 5 to the iOS simulator (multiple OS versions) fails with SpringBoard failed to launch application with error: -3. I can get around the problem by 'turning it off and back on again' (quitting the simulator and relaunching, uninstalling and redeploying the app, etc.), but it seems to come back again later and in other projects.

Can someone help me understand what the real problem here is and if there is a permanent fix?

7条回答
劫难
2楼-- · 2019-01-21 10:38

I don't know why, but on my end deleting the app from simulator solved this.

查看更多
Animai°情兽
3楼-- · 2019-01-21 10:40

I noticed I started getting this error when manually editing files that are in the Emulator's disk space.

With "the Emulator's disk space" I mean a path similar to this one: ~/Library/Application Support/iPhone Simulator/7.0/Applications//.app/

Having the build process re-run solved my problems too so I feel like it has something to do with file permissions or some sort of checksum failure.

查看更多
贪生不怕死
4楼-- · 2019-01-21 10:41

1) Press stop button from Xcode

2) Exit Simulator

3) Press run button again from Xcode

This is the quickest workaround that I have tried, did not have to delete the app or do anything like that.

查看更多
等我变得足够好
5楼-- · 2019-01-21 10:45

I think this may be because you have installed (run) it on 64bit iOS7 simulator and now you are trying to use same install/files on 32bit simulation.

查看更多
可以哭但决不认输i
6楼-- · 2019-01-21 10:53

Run Activity Monitor and force Kill the simulator process. Then Run you app again and simulator will launch automatically and problem goes away.

查看更多
狗以群分
7楼-- · 2019-01-21 10:58

Quitting simulator seems to help.

查看更多
登录 后发表回答