Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
命令 PhaseScriptExecution 因 R.swift 的非零退出代码而失败
有没有人遇到过这种情况?
TLDR;更新到最新版本的R.swift
这是来自 macOS 的安全警告,因为rswift您使用的可执行文件未经过公证。从 R.swift 的 5.2.2 版本开始,可执行文件现在已经完全公证,所以这个问题不应该再发生了。
rswift
注意:当你通过 CocoaPods 安装R.swift时,隔离位没有设置,所以这个警告不会出现。
从https://github.com/mac-cain13/R.swift#cocoapods-recommended找到答案
"$PODS_ROOT/R.swift/rswift" 生成 "$SRCROOT/R.generated.swift"
希望它会帮助某人。