3

これと同様の問題があります

xctoolを使用してonのテスト レポートを実装しようとしています。ローカル ターミナルでこのコマンドを実行すると、期待どおりに動作します。XcodeJenkins

/usr/local/bin/xctool -workspace Sample.xcworkspace -scheme Samplescheme -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO WANT_IOS_SIM=YES -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1' clean test -reporter junit:test-reports/reports.xml

ただし、シェルJenkinsの実行コマンドとまったく同じものを使用すると、次のエラーで失敗します。

/usr/local/bin/xctool -workspace Sample.xcworkspace -scheme Samplescheme -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO WANT_IOS_SIM=YES -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1' clean test -reporter junit:test-reports/reports.xml
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE

注: Execute shell にはその 1 行しか含まれていません (エラーがその行から発生していることは確かです)。また、プロジェクトは使用していますcocoapods

何がこの動作を引き起こす可能性がありますか?

4

0 に答える 0