SpringBoard failed to launch application with error: -3
Asked Answered
B

6

29

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

Berrios answered 8/11, 2013 at 9:10 Comment(2)
possible duplicate of How to permanently fix Xcode 5 SpringBoard failed to launch application with error: -3Franza
possible duplicate #19288026Batish
B
48

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.

Berrios answered 8/11, 2013 at 9:10 Comment(0)
X
13

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

Xylo answered 8/11, 2013 at 10:13 Comment(0)
V
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)

Vann answered 24/12, 2013 at 21:41 Comment(0)
A
1

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.

Aerosphere answered 13/11, 2013 at 21:34 Comment(0)
T
0

Deleting the app from the simulator and then rebuilding and running helped me solve the problem.

Tadich answered 27/1, 2014 at 11:6 Comment(0)
C
0

I tried the other solutions here, but none worked. From another SO answer I tried setting App Support/iPhone Simulator directory recursively to 777 permissions.

$sudo chmod -R 777 "~/Library/Application Support/iPhone Simulator/"

I'm not recommending this, just saying it took care of the problem for me!

Cartier answered 26/2, 2014 at 3:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.