-[TEST_BUNDLE FAILED_TO_START] Ошибка тестирования xctool CocoaPods
У меня очень специфическая проблема с тестированием нового репо Cocoapods на Travis-Ci. Сборка проверена, чтобы работать на моей машине, и единственные внешние deps - спекта и околопопад.
Сборка продолжает сбой со следующими ошибками.
[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.
━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Я настроил xctool с -freshSimulator, -freshInstall, -destination 'iPhone 5,OS=7.1' и 'iPhone 6, OS=8.0'. Я создал новые схемы, и у меня была та же проблема. Я также обновляю cocoapods и xctool до последней версии скрипта сборки.
Это проект с открытым исходным кодом, который можно найти здесь. https://travis-ci.org/mdobson/SHMKit-CocoaPods
Буду признателен за любые рекомендации о том, как исправить мою сборку!