Post

Replies

Boosts

Views

Activity

Reply to Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code '70' for Apple TVOS 15.3
Tried on a different device of TVOS 16 with xcode 14. Getting the same error again. xcodebuild build-for-testing test-without-building -project /Users/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner_tvOS -destination 'platform=tvOS,name=Guest Room,id=ef32baec9b99641125c9edc92c4cd453c9bc382c' -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=16.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO Command line invocation:   /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild build-for-testing test-without-building -project /Users/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner_tvOS -destination "platform=tvOS,name=Guest Room,id=ef32baec9b99641125c9edc92c4cd453c9bc382c" -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=16.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NOUser defaults from command line:   IDEPackageSupportUseBuiltinSCM = YESBuild settings from command line:   COMPILER_INDEX_STORE_ENABLE = NO   GCC_TREAT_WARNINGS_AS_ERRORS = 0   IPHONEOS_DEPLOYMENT_TARGET = 16.02022-10-11 16:07:08.614 xcodebuild[27191:763506] Writing error result bundle to /var/folders/35/wwcf57rj6_70w6b7df4ktrwh0000gq/T/ResultBundle_2022-11-10_16-07-0008.xcresult xcodebuild: error: Unable to find a destination matching the provided destination specifier: ` { platform:tvOS, id:ef32baec9b99641125c9edc92c4cd453c9bc382c, name:Guest Room } The requested device could not be found because no available devices matched the request. Available destinations for the "WebDriverAgentRunner_tvOS" scheme: { platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device } { platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device } ** { platform:tvOS, id:ef32baec9b99641125c9edc92c4cd453c9bc382c, name:Guest Room }** { platform:tvOS Simulator, id:19318C65-AE79-4CBD-9675-22915D49E753, OS:16.0, name:Apple TV } { platform:tvOS Simulator, id:FE35A452-7359-434D-B3C6-F813B1C340EE, OS:16.0, name:Apple TV 4K (2nd generation) } { platform:tvOS Simulator, id:2D6D7F37-4BA9-4782-A759-04D24F6E1FEA, OS:16.0, name:Apple TV 4K (at 1080p) (2nd generation) }`
Oct ’22