0
点赞
收藏
分享

微信扫一扫

Command SwiftCompile failed with a nonzero exit code

诗与泡面 2024-04-26 阅读 9
iosswift

Command SwiftCompile failed with a nonzero exit code

记录一下这个错误的一个解决方案

Xcode15.3 新建项目后 使用cocoapods,pod引入第三方库后报Command SwiftCompile failed with a nonzero exit code 的错误

解决方法 Target - build setting - 搜索sandbox - 把user script sandboxing 设置为 NO , command + K 清理后 重新编译 问题解决

举报

相关推荐

0 条评论