Xcode 5 IOS simulator black screen and app install fails

后端 未结 5 1340
轻奢々
轻奢々 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:26

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

提交回复
热议问题