Post

Replies

Boosts

Views

Activity

Reply to Error running xcodebuild test-without-build -xctestrun on other machines.
Has anyone found a solution for this, or at least knows what causes this? I've been having the same error when running UITests using xctestplan and on tvOS simulator, in combination with Fastlane: I'm building test target and runner using this Fastlane command: bundle exec fastlane build_for_tests SCHEME:MyScheme 'TEST_DEVICE:Apple TV 4K (3rd generation)' which results in this xcodebuild command: xcodebuild -scheme MyScheme -project ./MyProject.xcodeproj -derivedDataPath ./build/DerivedData -destination 'platform=tvOS Simulator,id=XXXXXXXX-XXXX-XXXX-XXXX-230D173EFEC8' build-for-testing I then use the following Fastlane: bundle exec fastlane run_test_plan SCHEME:MyScheme TEST_PLAN:MyTestPlan 'TEST_DEVICE:Apple TV 4K (3rd generation)' TVOS_PLATFORM:appletvsimulator TVOS_VERSION:16.4 ARCH:x86_64 TEST_WITHOUT_BUILDING:true It generates the following: xcodebuild -destination 'platform=tvOS Simulator,id=XXXXXXXX-165C-4A5F-XXXX-230D173EFEC8' -derivedDataPath ./build/DerivedData -resultBundlePath './fastlane/test_output/UITests.xcresult' -testPlan 'MyTestPlan' -xctestrun './build/DerivedData/Build/PATH_TO_TESTRUN/MyTestRun.xctestrun' test-without-building Using Xcode 15.3, Sonoma 14.3.1 Thanks for any help / context (especially about that Transient Testing) :)
Mar ’24