I am building an iphone app.However my app crashes at a point when i run simulator.I want to know the reason.But i don't know how to see crash logs. Please give me some 开发者_如何学Pythoninformation about how to see crash logs.
in Xcode open the console Window and you will see the crash log.
Use this shortcut to view the console window if it's not already showing:
Debug Area show/hide : ⇧ ⌘ Y
Press the middle button of the view group buttons. It will bring the console and you will see if something happens.
精彩评论