iOS app not launched after upgrade to xcode 5 - black screen -
I just upgraded OS X to Mavericks and to xcode 5.
Now I can not launch my app, which was running fine on the iOS 6.1 simulator, now I only tried simulator (I tried 6.0, 6.1 and 7.1) and black screen on only one actual device I see.
I have the main point in my main.m function and it is not called.
How can I debug it further? I went to it and suggested to reset the simulator, reset the encoder, delete / library / app support / iPhone simulator / * do not help anything.
In addition, if I start a new app from scratch in Ax then it runs fine. The problem was that the debugger was not connected to the process, so I did not know what was going on (the console did not show anything), and the app Stopped launching in my code due to some exception
Double click on the simulator icon on the dock (many times if necessary), sometimes this simulator Does not attach the process well.
If it still does not work, go back to the home screen (cmd + shift + h), and then touch your app: XCode should then attach it!
Comments
Post a Comment