0

I am writing an iPhone app in Xcode 4.2.1, and I get an error somewhere that causes the app to crash. The only output on the consol is (gdb). I don't even know where to begin fixing because there is no output! Is there a tool I can use to get additional info? I have tried Instruments, and I get nothing.

Help!

coder
  • 10,460
  • 17
  • 72
  • 125
  • 1
    Xcode changed to not stop on exceptions. It is a strange change on their part, this may help you http://stackoverflow.com/questions/8321184/xcode-always-stopping-at-main-m-after-a-crash – Jesse Black Jan 06 '12 at 22:05

1 Answers1

2

you can get additional information by enabling the NSZombie.

Procedure to enable NSZombie: from top of the screen menu select product>Edit Scheme>Environment variables > prees + button> type NSZombieEnabled in name > in value set YES

Wasif Saood
  • 1,998
  • 1
  • 11
  • 12