iOSDevLog / ijkplayer

Bilibili/ijkplayer cocoapods,iOS video player based on FFmpeg n3.3, with MediaCodec, VideoToolbox support.
GNU Lesser General Public License v2.1
79 stars 34 forks source link

打包失败-symbol(s) not found for architecture armv7 #15

Open AbooJan opened 5 years ago

AbooJan commented 5 years ago

版本: 1.1.3 swift : 4.2 xcode: 10.1

真机运行正常,打包的时候失败,报错,bitcode 为 NO

/Pods/ijkplayer/IJKMediaFramework.framework/IJKMediaFramework, missing required architecture armv7

请问有方法解决吗? 感谢❤️

jiaxianhua commented 5 years ago

不支持 armv7 了, 你可以把 Valid architectures 里面的 armv7 删除试试。

Archiving fails in XCode Remove armv7 and armv7s from both Architectures and Valid Architectures in the Build Settings tab of Xcode.