最終的に次のエラーが発生する問題に直面しています-
The bundle “$(PRODUCT_NAME)” couldn’t be loaded because its executable couldn’t be located. Try reinstalling the bundle.
Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo=
{NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
UITest の自動化に取り組んでいますが、断続的に (80% の確率で) 上記の問題に直面しています。
コマンドラインから次のコマンドを使用しています。
xcodebuild -project Commute.xcodeproj -scheme CommuteUITests -configuration Debug test -destination "platform=iOS,name=$DEVICE_NAME" -derivedDataPath $DERIVED_DATA_DIR -only-testing:CommuteUITests/$SUITE .
すべてに通常の意味がありますが、これにより上記のエラーが発生し、複数の宛先を提供することもあります。
一方で、ソース コード経由でビルドする代わりに .ipa を実行したいと考えています。
したがって、基本的にここには2つの問題があります-
- これらのエラーが表示されるのはなぜですか。インターネットをうろうろしましたが、解決策が見つかりません。
- .ipa をテストするためのテストを開始するにはどうすればよいですか?
誰かが私を助けてください、私はここで大いに立ち往生しています。