Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 940
Kyle Clegg Avatar asked Sep 18 '13 23:09

Kyle Clegg


3 Answers

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

like image 114
Idan Avatar answered Nov 10 '22 23:11

Idan


Quitting simulator seems to help.

like image 27
adbie Avatar answered Nov 11 '22 00:11

adbie


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

like image 4
Bms270 Avatar answered Nov 10 '22 23:11

Bms270