How to permanently fix Xcode 5 SpringBoard failed to launch application with error: -3

22,572

Solution 1

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

Solution 2

Quitting simulator seems to help.

Solution 3

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

Solution 4

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.

Solution 5

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.

Share:
22,572
Kyle Clegg
Author by

Kyle Clegg

Mobile developer

Updated on July 08, 2022

Comments

  • Kyle Clegg
    Kyle Clegg almost 2 years

    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?