CIにXcode Serverを使って調べています。私はいくつかの問題を解決してきましたが、今は私を悩ませている問題があります。
ビルドは問題なく動作しているように見えますが、テスト段階でハングし、ログの下部に次のように表示されます。
2015-11-25 14:44:45.650 xcodebuild[58280:821560] iPhoneSimulator: D7097422-C058-44DB-A275-CE1A44B11023: Executable terminated at path: /Applications/Xcode7.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents/xctest (status = 6)
Sampling process 58280 for 10 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Sample analysis of process 58280 written to file /Library/Developer/XcodeServer/Integrations/Integration-269b1638e732255aefa82f1688077c72/58280.sample
sample[59879]: sample cannot find any existing process you have access to which has a name like 'Interface Builder Cocoa Touch Tool'; try running with `sudo`.
sample[59880]: sample cannot find any existing process you have access to which has a name like 'ibtool'; try running with `sudo`.
sample[59881]: sample cannot find any existing process you have access to which has a name like 'ibtoold'; try running with `sudo`.
** BUILD INTERRUPTED **
サーバーは OS X 10.10.5 (まだ El Capitan にアップグレードできません)、OS X Server 5.5.15、および多数の Xcode バージョンを実行していますが、Xcode 7.1 (このサーバーで利用可能な最新バージョン) を選択しています。
誰もこれを前に見て解決しましたか?
この質問にリンクしているこの質問は、解決策があることを公言していますが、残念ながら、それらは役に立たず、セットアップがわずかに異なるようです。はい、キーチェーンのロックが解除され、Xcode サーバーで使用できるようになり、サーバーが再起動されました。