美文网首页iOS开发干货大全
libc++abi.dylib: terminating wit

libc++abi.dylib: terminating wit

作者: Sean_Jiang | 来源:发表于2016-05-30 17:29 被阅读571次

至此,看似问题已经解决,但是运行时出现了强制退出。出现异常:libc++abi.dylib: terminating with uncaught exception of type NSException
库文件冲突导致
问题解决方法是:在TARGETS-Build Settings-Other Linker Flags属性
添加-ObjC属性即可!

相关文章

网友评论

  • 9d377af5ccd6:感谢楼主,这个正好解决了我的问题!
  • 海货:加了这个还是报错,请问什么原因?
  • 69bbf7cb8b8c:你好 请问 我项目里面以前就添加过上面的内容 还是报这个错误 是因为什么?

本文标题:libc++abi.dylib: terminating wit

本文链接:https://www.haomeiwen.com/subject/akhcdttx.html