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
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
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.