Murat Kaya
Murat Kaya

Reputation: 1321

Xcode not showing crash/error output

I have an issue. Xcode not showing issue when applicaiton crashed. Its just showing error on below.

libc++abi.dylib: terminating with uncaught exception of type NSException

Upvotes: 0

Views: 567

Answers (1)

Murat Kaya
Murat Kaya

Reputation: 1321

Okay I just solved the problem. To solve my problem, I changed the following value:

OS_ACTIVITY_MODE = disable

to

OS_ACTIVITY_MODE = enable

and it worked.

Upvotes: 3

Related Questions