美文网首页
[iOS Xcode9报错]dyld: Library not

[iOS Xcode9报错]dyld: Library not

作者: 彗星来的那一夜 | 来源:发表于2017-08-23 21:50 被阅读324次

升级了Xcode9,真机调试出现如下报错

dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications
  Referenced from: /var/mobile/Applications/BCC39BE7-F54F-460A-963B-9238F3E0DA06/SFoofSave.app/SFoofSave
  Reason: image not found

原因:在我的低版本手机里,Xocde的高版本Framework不支持
解决方法就是:
在target下的Build Phases标签里, 找到Link Binary With Libraries, 在里面找到UserNotifications.framework, 把status由Required 修改成Optional,然后再运行就OK


UserNotification.framework.png

其他的Framework也是一样

相关文章

网友评论

      本文标题: [iOS Xcode9报错]dyld: Library not

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