ncnn build on ios fail: sed: Info.plist: No such file or directory - maybe because the tutorial mentions the wrong directory?

7hiiyaii  于 4个月前  发布在  iOS
关注(0)|答案(1)|浏览(47)

error log | 日志或报错信息 | ログ

when running

cd <openmp-root-dir>

sed -e 's/__NAME__/openmp/g' -e 's/__IDENTIFIER__/org.llvm.openmp/g' -e 's/__VERSION__/11.0/g' Info.plist > openmp.framework/Versions/A/Resources/Info.plist

it outputs

sed: Info.plist: No such file or directory

guess it is because this tutorial suggests wrong directory.

context | 编译/运行环境 | バックグラウンド

see above

how to reproduce | 复现步骤 | 再現方法

see above

more | 其他 | その他

see above

相关问题