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