Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SpringBoard failed to launch application with error : -3 & 0

Tags:

ios7

xcode5

I've installed Xcode 5.0.2, Most of the Time, when I run my application in Simulator.
I'm getting Error, which is -

enter image description here

enter image description here

If any one could tell me, the Cause of Error and How it can be resolved .

like image 411
ChenSmile Avatar asked Oct 15 '13 09:10

ChenSmile


4 Answers

a) Goto Ios Simulator -> Click Reset and Content and settings. b) Now clean, build and run your application. I thing it will work. Thanks.

like image 109
Mutablegopi Avatar answered Oct 11 '22 19:10

Mutablegopi


Finally got answer,According to me I have found this-

Thanks for answering this question, but no one suggested me the Cause of Error.

It is known bug issue in Xcode 5.0.2

Cause of Error- Actually in Xcode 5.0.2, We've 4 Inch, 3.5 Inch and 64 Bit of simulator, So when we tried to change it, it cause the Error. For More details Refer HERE

I found this is the best solution to get rid the above error's (-3,0) .Thanks @user1547937 for suggesting for Reset and Content and settings.

1-Goto iOS Simulator 
2-Click Reset and Content and settings.
3-Clean Your Code (Shift+Cmd+K)
4-Build Your Code (Cmd+b)
5-Finally Run Your Code 
like image 34
ChenSmile Avatar answered Oct 11 '22 19:10

ChenSmile


Stumbled upon this today. I fixed it by

  • a) running a clean (Product > Clean),
  • b) cleaning the build folder (holding the Option-Key while redoing the last step) and
  • c) changing the simulated device once.

Now everything runs smooth again.

like image 24
Git.Coach Avatar answered Oct 11 '22 21:10

Git.Coach


Go to Simulator and kill the current running instance of your app. It works for me.

like image 24
sree Avatar answered Oct 11 '22 21:10

sree