如何编译出ios FramWork的播放插件
RiverYYH opened this issue · 2 comments
RiverYYH commented
如何编译出ios FramWork的播放插件
debugly commented
这是我预编译好的,可以直接用:
https://github.com/debugly/ijkplayer/releases/tag/k0.10.2
也可以自己编译,步骤如下:
cd shell && ./download-pre.sh ios 0.10.1-230831144049-ijk && cd -
pod install --project-directory=examples/ios
cd examples/ios && ./build-framework.sh
debugly commented
支持通过 CocoaPods 安装:pod 'IJKMediaPlayerKit'