Xcode 5.0.1 iOS 7.0.3 Simulator Not launching

假如想象 提交于 2019-12-03 10:46:55

I'm also having same problem in Xcode 5.0.1/OS X 10.8.5. Finally, able to resolve it.

First clean project (Cmd+K) and then run your project the iOS 6.1 simulator. When app is running well in iOS 6.1, stop the app (Cmd+dot) in Xcode and switch to Simulator app and reset it. Then change it iOS 7.0.3 (from hardware menu) and again reset it after 2-3 min. Now you should see the iOS 7 simulator working. Doh...

This is what works for me:

  1. Quit the simulator

  2. Start the simulator manually from Xcode (Xcode -> Open Developer Tool -> iOS Simulator) and wait for it to load completely

  3. Run the app

  • Switch to iOS 7 in simulator using Hardware menu.
  • Then launch your project from XCode and hit Project->Run using any scheme which is not iOS 7. This will build it for iOS 7.
  • If it does not launch in iOS 7, hit Home, and repeat from step 1.

Quit the simulator and run again it worked for me.

Try resetting your simulator clean and build again it worked for me it might work for you as well

Apple just released Xcode 5.0.2 GM Seed to developers which resolves this issue as per release notes: http://adcdownload.apple.com/Developer_Tools/xcode_5.0.2_gm_seed/xcode_5.0.2_gm_seed_release_notes.pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!