说明:此第三方由CoacosPod导入时默认真机,采用模拟器时会报如图错误。
• 添加如下配置信息
pod 'PLPlayerKit'
• 若需要使用模拟器+ 真机,则改用如下配置
pod "PLPlayerKit",:podspec => 'https://raw.githubusercontent.com/pili-engineering/PLPlayerKit/master/PLPlayerKit-Universal.podspec'
• 安装CocoaPods 依赖
pod update或者pod install
• Done! 运行你工程的workspace
注意:iOS如果要上架,只支持动态库真机,请在App 上架前,更换至真机版本