10

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

Nirav Jain
  • 5,088
  • 5
  • 40
  • 61

4 Answers4

2

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.

Ankush
  • 2,405
  • 3
  • 22
  • 45
1

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...!!!

0

I just used CMD+SHFT+K and quit the simutor and then run again and it's working, no need to reset simulator or delete an applicaiton.I'm not sure but some time it will work.

Nirav Jain
  • 5,088
  • 5
  • 40
  • 61
0

Just delete the application from the simulator and build it again. Or try to use a device with different iOS version.

Laszlo
  • 2,803
  • 2
  • 28
  • 33
  • Then you should cross your fingers and wait for an Xcode upgrade. (BTW i had similar issues before Xcode5 too its not a new problem) – Laszlo Feb 05 '14 at 13:46