SpringBoard failed to launch application with error: -3

13,181

Solution 1

Finally...found solution!

Solution 1 : Just quit Simulator and clean Xcode. The fresh build will not show this Alert again. The possible reason for this might be switching between 64-bit simulator and 32-bit simulator.

Solution 2 : If the problem still persists then delete the App from Simulator and re-run the code. This will work since the app contents are freshly loaded.

Springboard (also known as Home Screen) is the standard application that manages the iOS home screen.

Also, these may be bug of Xcode 5.0.2. I haven't encountered any such error in Xcode 5.1 (Beta) version.

Solution 2

just close the simulator, clean it your project, built it again, and launch again. Its work on me.

Solution 3

It also works to clean your code and then go to iOS Simulator -> Reset Content and Settings. Just an alternative if you don't want to close and reopen your Simulator (mine takes forever to quit and reopen)

Solution 4

Just had the same problem.

After trying what evanhutomo failed for me, I tried a slight variation.

  • Install 6.1 simulator
  • Run in 6.1 simulator
  • When it fails you should be dropped on the spring board
  • Delete the application.
  • Try building again

Hope this helps.

Share:
13,181
Jayprakash Dubey
Author by

Jayprakash Dubey

Blog : http://jayprakashdubey.blogspot.in LinkedIn : http://in.linkedin.com/in/jpdubey Tweet : @JayprakashDube2

Updated on June 06, 2022

Comments

  • Jayprakash Dubey
    Jayprakash Dubey about 2 years

    I'm getting an warning as 'SpringBoard failed to launch application with error: -3'. This happens when trying to run application in Xcode 5.

    enter image description here