美文网首页
合并Framework

合并Framework

作者: item_小朋 | 来源:发表于2017-02-20 09:40 被阅读0次

语句:lipo -create "真机IJKMediaFramework路径" "模拟器IJKMediaFramework路径" "存放路径合并后的名字

例子:合并IJKMediaFramework 

lipo -create "/Users/Apple/Library/Developer/Xcode/DerivedData/IJKMediaPlayer-fhpjoitxsryvbuckkvsrdmmdliqc/Build/Products/Release-iphoneos/IJKMediaFramework.framework/IJKMediaFramework" "/Users/Apple/Library/Developer/Xcode/DerivedData/IJKMediaPlayer-fhpjoitxsryvbuckkvsrdmmdliqc/Build/Products/Release-iphonesimulator/IJKMediaFramework.framework/IJKMediaFramework" -output "/Users/Apple/Library/Developer/Xcode/DerivedData/IJKMediaPlayer-fhpjoitxsryvbuckkvsrdmmdliqc/Build/Products/IJKMediaFramework"

亲测可以合并,祝君成功。

相关文章

网友评论

      本文标题:合并Framework

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