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

南楼画角 提交于 2019-12-08 10:17:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!