Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 5 issue : "iOS Simulator failed to install the application"

I have just upgraded my xcode version to 5.0. After running application 2-3 times it's giving me error like this "iOS Simulator failed to install the application". This is working fine in old xcode. When I reset the simulator it works fine, but this is irritating again and again.

Can anybody tell me what is the real issue? How can i resolve it.

Did you find new solution for this thing?

enter image description here

like image 284
Nirav Jain Avatar asked Sep 24 '13 12:09

Nirav Jain


2 Answers

Try manually launch the iOS Simulator and from the "iOS Simulator" menu, click "Reset content and settings", then close and rebuild your app. It worked for me.

like image 179
Ankush Avatar answered Oct 30 '22 05:10

Ankush


i got the same problem but solved by following way....

  1. launch the iOS Simulator

  2. Go and click "iOS Simulator" Menu

  3. click "Reset content and settings"

  4. close simulator and rebuild your app.

enter image description here

Above screen shot is showing the way how you can do this...

I think this works for you...!!!

like image 25
Learning Programming Avatar answered Oct 30 '22 03:10

Learning Programming