我的本地版本运行良好,但是当我将代码提交到我们的持续集成系统(Bamboo)时,它失败并显示:
建立20-Jul-2018 15:53:44 / bin / sh -c /opt/build/bamboo/Library/Developer/Xcode/DerivedData/iPod-MPOS-harfjwxrkcthyddsjdtfqhtdwyui/Build/Intermediates/iPod-MPOS.build/StarmountRelease-iphoneos/redacted.build/Script-EAF8153E20FD4CD600392FC3.sh 建立20-Jul-2018 15:53:44建立20-Jul-2018 15:53:44 /opt/build/bamboo/agent01/xml-data/build-dir/redacted/engage/client/ipod/Libraries/Fabric/Fabric.Fabric/frame: 第18行:90824被杀:9
“ /opt/build/bamboo/agent01/xml-data/build-dir/redacted/engage/client/ipod/Libraries/Fabric/Fabric.framework/uploadDSYM” 5a908e0f7d21d8b959e4a35b453a40c9664252c4 716b300bdbdc9f0233758958b31552b0cb2b2470deb64ee6a02f062dbe9b2924 验证运行脚本生成2018年7月20日15:53:44命令/ bin / sh失败 退出代码为137
Fabric安装是手动的(不是CocoaPods)。
答案 0 :(得分:0)
相同问题(文档中的安装步骤)
下载依赖项
安装Crashlytics 3.10.2(原为3.10.5,源从https://github.com/CocoaPods/Specs.git
更改为https://github.com/cocoapods/specs.git
)
安装Fabric 1.7.7(原为1.7.9,源从https://github.com/CocoaPods/Specs.git
更改为https://github.com/cocoapods/specs.git
)
仅降级版本 pod'Fabric','1.7.7' pod'Crashlytics','3.10.2'