OS X服务器,存档但没有IPA

时间:2015-01-08 21:52:47

标签: ios xcode continuous-integration osx-server

工具 - OS X Server:4.0和Xcode:6.1

我在使用IPA创建的构建服务器时遇到问题。我获得了成功的xcarchive但没有IPA。当我运行机器人时,我得到:

Bot Issue: warning. Build Service Error.
Issue: Creating archive failed: xcodebuild exited with status 2..
Integration Number: 8.
Integration URL: https://pluto.local/xcode/bots/5BBB8A5/integrations
Description: Creating archive failed: xcodebuild exited with status 2..

Firstable我无法找到状态码2的意思。当我去手动归档(来自Orginizer)创建IPA时,它可以正常工作。有什么建议吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

当归档步骤的某些部分失败时,会发生这种情况,但不会以完全阻止构建的方式发生。您是否有任何存档前后行动步骤?

例如,我们将CI系统设置为使用归档后期操作步骤中的脚本推送到测试版。只要这个脚本失败,我就会看到这一点。