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.
PS:我可以使用Xcode成功构建版本。
我在使用 codemagic 时遇到了类似的错误。无法加载文件内容。
进行上述链接中提到的更改后。
我在 codemagic 中遇到了构建错误,但不应该有任何与构建错误相关的消息。
您可以尝试更新您的 pod 以匹配新版本或使用以下自定义脚本降级 pod:
#!/bin/sh set -e # exit on first failed command set -x # print all executed commands to the terminal yes | gem uninstall cocoapods -v 1.7.2 || true gem install cocoapods -v 1.6.1
显示更多日志的一个技巧是在构建部分输入-v或--verbose构建参数。
-v
--verbose