美文网首页
dyld: Library not loaded: /Syste

dyld: Library not loaded: /Syste

作者: CoderCurtis | 来源:发表于2017-11-03 13:35 被阅读8次

设备: iPhone 6s plus 系统iOS9.2

描述: 点击图标就闪退

报错:

dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications
  Referenced from: /Users/xxxxxx/Library/Developer/CoreSimulator/Devices/B965A81E-3640-401C-A732-BAB82B1B63C2/data/Containers/Bundle/Application/2DD58547-DBE4-4FA1-99DE-E0723382EC3B/xxx.app/xxx
  Reason: image not found

解决: 这是因为UserNotifications.framework在iOS10系统才出现,在10系统以下会导致崩溃

Snip20171103_2.png

相关文章

网友评论

      本文标题:dyld: Library not loaded: /Syste

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