1、Sandbox: rsync(77134) deny(1) file-write-create …
解决办法:Build Settings 搜索 User Script Sandboxing,把== User Script Sandboxing== 改为 NO。
2、DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead.
解决办法:全局搜索DT_TOOLCHAIN_DIR,一键替换成TOOLCHAIN_DIR。
3、SDK does not contain ‘libarclite’ at the path…
解决方法:去pod里面搜索iOS Deployment Target,全部替换成最低支持iOS 12.0
4、Cycle inside XXX; building could produce unreliable results.
解决方法:将Build Phases中的各项重新拖动排序,按以下顺序排序
5、dyld: Library not loaded: : @rpath/AFNetworking.framework/AFNetworking
Referenced from: /Users/XXXXX/Library/Developer/CoreSimulator/Devices/XXXXX/data/Containers/Bundle/Application/XXXXX/XXXXX.app/XXXXX
Reason: image not found
解决方法:执行pod deintegrate,然后再次执行pod install
6、Sandbox: rsync.samba(XXXX) deny(1) file-write-create
在Xcode15之后,新建项目后pod 引入部分第三方会报上面的错误。
解决方法:Build Settings 搜索== sandbox==,把 ==Build Options ==中的 User Script Sandboxing改为 NO