Reputation: 1112
I am executing appcenter testruns for iOS application. I am getting following error. The test runner failed to start.The XCUITest-Runner failed to start.
I have set same deployment target for all target as suggested in another post. Still i am facing this issue.
Following are the error logs.
2024-04-05 12:27:22.491 OPTION: StartSuspendedKey=02024-04-05 12:27:22.491 2024-04-05 12:27:22.491 Verifying that com.lalorosas.RetirementCalculatorUITests.xctrunner is installed...2024-04-05 12:27:22.500 SUCCESS2024-04-05 12:27:22.508 idevice_launch_bundle: app path: '/private/var/containers/Bundle/Application/EBAD374B-F775-4B45-86BC-001272EBA854/RetirementCalculatorUITests-Runner.app/RetirementCalculatorUITests-Runner'2024-04-05 12:27:22.508 idevice_launch_bundle: Launching App suspended 'com.lalorosas.RetirementCalculatorUITests.xctrunner'...2024-04-05 12:27:22.591 Resuming com.lalorosas.RetirementCalculatorUITests.xctrunner[1036]2024-04-05 12:27:22.592 observing 10362024-04-05 12:27:22.595 should get callbacks for 10362024-04-05 12:27:22.602 Started test...2024-04-05 12:27:22.775 Got requestChannelWithCode [1, dtxproxy:XCTestDriverInterface:XCTestManager_IDEInterface]2024-04-05 12:27:22.790 _XCT_testRunnerReadyWithCapabilities2024-04-05 12:27:22.792 Runner died2024-04-05 12:27:22.792 Hard exit, semantic error code: 2
I have used below command to run the test.
appcenter test run xcuitest --app "iosdev/Retirement-Calculator" --devices "iosdev.com/devicelist1" --test-series "test" --locale "en_US" --build-dir DerivedData/Build/Products/Debug-iphoneos
Device logs shows following error: "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
How to resolve this issue? Any help would be appreciated.
Upvotes: 0
Views: 68