Dinesh
Dinesh

Reputation: 6532

my app crash but not show error xcode on iphone sdk

i am developing drawing application in ios. i am touchesmoved event continuos execute after some times crashed my application.but,it's not show error message console and shows (gdb) in console and project is running state it's shows by thread is paused.i am not bookmark statement's at any point..!

My state below screen shot

enter image description here

Upvotes: 1

Views: 1338

Answers (2)

VijayKumar
VijayKumar

Reputation: 356

Is your app launching (maybe with a black screen) at simulator/device launched? In short whats the device state. In my case it was not able to find the SDK and there was a popup in simulator window, which somehow got hidden and I was clueless for some time.

Upvotes: 1

NIKHIL
NIKHIL

Reputation: 2719

Try Enabling NSZombie

It May Be EXE_BAD_EXCESS.

You can check how to enable zombie and many more to resolve crash issue in your application from the Following Link

  1. http://www.raywenderlich.com/10209/my-app-crashed-now-what-part-1

    2.https://stackoverflow.com/a/4917557/730776

Regards Neil

Upvotes: 3

Related Questions