美文网首页
PLPlayerKit不支持模拟器测试

PLPlayerKit不支持模拟器测试

作者: 拂溪 | 来源:发表于2019-11-07 16:31 被阅读0次

说明:此第三方由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 上架前,更换至真机版本

相关文章

网友评论

      本文标题:PLPlayerKit不支持模拟器测试

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