- xcode FFmpeg报错之dyld: Library not
- Xcode编译模拟器报错 dyld: Library not l
- Flutter Develop Tips
- xcode14 iOS12以下系统运行崩溃问题libswiftC
- mac 升级 10.13High Sierra 后无法使用 vi
- Xcode 报错:dyld: Library not loade
- 运行报错:dyld: Library not loaded: /
- [Xcode] 编译报错:dyld:Library not lo
- 导入RAC后运行报dyld: Library not loade
- iOS 报错:dyld: Library not loaded:
dyld: Library not loaded: /usr/local/ffmpeg/lib/libswresample.3.dylib
Referenced from: /Users/lgerp/Library/Developer/Xcode/DerivedData/c2ffmpeg-bpzcpvvqsumnzcbthcafavlifidy/Build/Products/Debug/c2ffmpeg
Reason: no suitable image found. Did find:
/usr/local/ffmpeg/lib/libswresample.3.dylib: code signature in (/usr/local/ffmpeg/lib/libswresample.3.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
/usr/local/ffmpeg/lib/libswresample.3.8.100.dylib: code signature in (/usr/local/ffmpeg/lib/libswresample.3.8.100.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.

解决方法:关掉沙盒,启用动态链接,设置Enable Hardened Runtime 为NO
如图:

网友评论