Xcode 5 IOS simulator black screen and app install fails

后端 未结 5 1337
轻奢々
轻奢々 2021-01-13 07:50

I just updated my xcode to work with ios7. Now whenever I make a new app, even if its set to build for ios7, I get an error in the simulator when running. It says that the i

相关标签:
5条回答
  • 2021-01-13 08:19

    When simulator open - Go to iOS simulator tab -> reset content and settings.. Work for me.

    0 讨论(0)
  • 2021-01-13 08:26

    Deleting the iOS Simulator folder of the iOS version in question in

    /Users/xxx/Library/Application Support/iPhone Simulator
    

    helps, but then you always have to repeat all the settings you made in the simulator (language, for example). Try to press the home button and then delete your app like you do it on a real iOS device. You should then be able to install it again.

    This seems to be a known issue.

    0 讨论(0)
  • 2021-01-13 08:26

    Make sure any @try and @catch(NSException *exception) {} blocks are not commented or are working properly.

    0 讨论(0)
  • 2021-01-13 08:41

    Perhaps this answer will help?

    The simulator should be in this folder:

    /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iOS Simulator.app
    
    0 讨论(0)
  • 2021-01-13 08:44

    This is a version mismatch between your OS X version and your Xcode (iOS simulator) and it seems that you have upgraded your OS X so Xcode needs to be upgraded as well, Check the versions that match with each other.

    You need to upgrade your Xcode which will upgrade iOS simulator.

    Good Luck,

    0 讨论(0)
提交回复
热议问题