ijkplayer Build iOS Error
2017-10-18 本文已影响90人
景彧
在按README.md中步骤操作时,在编译ffmpeg那里出现了错误,错误提示大致为:
xcrun -sdk iphoneos clang is unable to create an executable file.
C compiler test failed.
问题产生原因:
我安装了两个Xcode(Xcode 8.app 和 Xcode 9.app)
解决办法:
在执行下方的脚本之前,
cd ios
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh all
在Terminal中执行:
xcode-select --switch /Applications/Xcode\ 9.app/Contents/Developer/