美文网首页
【报错】dyld: Library not loaded:

【报错】dyld: Library not loaded:

作者: 计西 | 来源:发表于2020-09-11 15:48 被阅读0次

dyld: Library not loaded: @rpath/PLPlayerKit.framework/PLPlayerKit
Referenced from: /var/containers/Bundle/Application/24587E3E-1AC6-4D24-9750-2B1970B5F18A/hello_world-mobile.app/hello_world-mobile
Reason: image not found
(lldb)

【解决方式1】

Build Phases > Link Binary With Libraries >
选中PLPlayerKit,设置右侧的 Required 为 Optional

【解决方式2】

General > Frameworks, Libraries, and Embedded Content
选中PLPlayerKit, 设置右侧的Do not Embed为Embed&Sign

相关文章

网友评论

      本文标题:【报错】dyld: Library not loaded:

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