Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SpringBoard failed to launch application with error: -3

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

like image 581
Jayprakash Dubey Avatar asked Nov 08 '13 09:11

Jayprakash Dubey


2 Answers

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.

like image 91
5 revs Avatar answered Oct 01 '22 18:10

5 revs


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

like image 22
evanhutomo Avatar answered Oct 01 '22 17:10

evanhutomo