问题
I am creating a game, where I run my app once and I get this type error:
libc++abi.dylib: terminating with uncaught exception of type NSException
Here is the image:
The Image
Build Phases My Build Phases
回答1:
If your using latest Xcode remove the library libc++abi.dylib
from build phase and add libc++abi.tbd
Hopes this will fix the issue.
回答2:
I have faced the same issue.
Check the name of the Storyboard identifier inside the Identity Inspector and make sure you use the same name.
(A good practice is to use the class name as the identifier)
来源:https://stackoverflow.com/questions/41582907/libcabi-dylib-terminating-with-uncaught-exception-of-type-nsexception-sprit