原因:compile-ffmpeg.sh 脚本找不到 Xcode。
解决方案:
./compile-ffmpeg.sh clean
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
./compile-ffmpeg.sh all
博客指出compile-ffmpeg.sh脚本找不到Xcode是导致C编译器测试失败的原因,虽未给出具体解决方案,但聚焦于该脚本与Xcode的关联问题。
原因:compile-ffmpeg.sh 脚本找不到 Xcode。
解决方案:
./compile-ffmpeg.sh clean
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
./compile-ffmpeg.sh all

被折叠的 条评论
为什么被折叠?
