Ios 6 simulator stuck on splash screen

前端 未结 3 1576
渐次进展
渐次进展 2021-02-08 06:06

I am using Mac os 10.8.2, and Xcode 4.5.2, when i try to run my app in ios 5/5.1 simulator its working fine, but when i try to run the App in ios 6 simulator it get stuck with b

3条回答
  •  佛祖请我去吃肉
    2021-02-08 06:32

    I had this issue a while ago. Here's what helped me:

    1. In your iOS simulator, reset content and settings
    2. quit your iOS simulator
    3. Quit and reopen your Xcode project
    4. in Xcode, click Product > Edit Scheme. Change debugger from LLDB to GDB (or none)
    5. In Xcode, click Product > Hold down the option button on your keyboard and click 'Clean build folder'
    6. Run your project

    This works for me... sometimes when I have this error. Here's a good link for some other options for what could be going wrong:

    XCode 4 hangs at "Attaching to (app name)"

    Good luck!

提交回复
热议问题