Shahriar
Shahriar

Reputation: 318

IPhone app crash report

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 information about how to see crash logs.

Upvotes: 1

Views: 244

Answers (2)

Ahmad Kayyali
Ahmad Kayyali

Reputation: 8243

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

Upvotes: 1

Cyprian
Cyprian

Reputation: 9453

Press the middle button of the view group buttons. It will bring the console and you will see if something happens.

Pice of top bar

Upvotes: 1

Related Questions