Travis-Ci で新しい cocoapods リポジトリをテストしているときに、非常に特殊な問題が発生しています。ビルドは私のマシンで動作することが確認されており、外部 deps は Specta と Expecta のみです。
ビルドは次のエラーで失敗し続けます。
[Info] Collecting info for testables... (3053 ms)
run-test Tests.xctest (iphonesimulator8.0, application-test)
[Warning] Tried to install the test host app 'org.cocoapods.demo.SHMKit' but failed. (160 ms)
[Info] Preparing test environment failed; will retry 2 more times (0 ms)
[Info] Shut down iOS Simulator... (0 ms)
[Info] Stopped any existing iOS simulator jobs to get a fresh simulator. (124 ms)
[Info] Reset iOS simulator content and settings at path "/Users/travis/Library/Developer/CoreSimulator/Devices/BDBABE28-2772-44DF-AC46-F449E44F4CCD/data" (361 ms)
[Warning] Tried to install the test host app 'org.cocoapods.demo.SHMKit' but failed. (37 ms)
[Info] Preparing test environment failed; will retry 1 more time (0 ms)
[Info] Shut down iOS Simulator... (0 ms)
[Info] Stopped any existing iOS simulator jobs to get a fresh simulator. (124 ms)
[Info] Reset iOS simulator content and settings at path "/Users/travis/Library/Developer/CoreSimulator/Devices/BDBABE28-2772-44DF-AC46-F449E44F4CCD/data" (255 ms)
[Warning] Tried to install the test host app 'org.cocoapods.demo.SHMKit' but failed. (23 ms)
[Warning] Preparing test environment failed. (0 ms)
-[TEST_BUNDLE FAILED_TO_START]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
There was a problem starting the test bundle: Simulator 'iPhone 4s' was not prepared: Failed for unknown reason.
━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-freshSimulator、-freshInstall、-destination 'iPhone 5,OS=7.1' および 'iPhone 6, OS=8.0' で xctool を微調整しました。新しいスキームを作成しましたが、同じ問題もありました。また、ビルド スクリプトの cocoapods と xctool を最新のものに更新しています。
これはオープン ソース プロジェクトであり、ここで見つけることができます。https://travis-ci.org/mdobson/SHMKit-CocoaPods
ビルドを修正する方法についてのガイダンスをいただければ幸いです。