Reputation: 1321
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
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