appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.18k stars 368 forks source link

fix: use arm64 naming for xctestrun #840

Closed KazuCocoa closed 7 months ago

KazuCocoa commented 7 months ago

Could this help for https://github.com/appium/WebDriverAgent/issues/837? @suzukieita

KazuCocoa commented 7 months ago

This should be ok:

[WebDriverAgent] Using '/Users/kazu/Library/Developer/Xcode/DerivedData/WebDriverAgent-bowtbwjhvtmxajftyiaqrygoxash/Build/Products/F9FF03FA-BAA2-4AC3-8BE2-0ACECEA054EB_17.2.xctestrun' as xctestrun file copied by '/Users/kazu/Library/Developer/Xcode/DerivedData/WebDriverAgent-bowtbwjhvtmxajftyiaqrygoxash/Build/Products/WebDriverAgentRunner_iphonesimulator17.2-arm64.xctestrun'
[XCUITestDriver@9a33 (be3c3424)] Beginning test with command 'xcodebuild test-without-building -xctestrun /Users/kazu/Library/Developer/Xcode/DerivedData/WebDriverAgent-bowtbwjhvtmxajftyiaqrygoxash/Build/Products/F9FF03FA-BAA2-4AC3-8BE2-0ACECEA054EB_17.2.xctestrun -destination id=F9FF03FA-BAA2-4AC3-8BE2-0ACECEA054EB IPHONEOS_DEPLOYMENT_TARGET=17.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/kazu/Library/Developer/Xcode/DerivedData/WebDriverAgent-bowtbwjhvtmxajftyiaqrygoxash/Build/Products/'

Tested on my local.

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 5.15.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

suzukieita commented 7 months ago

@KazuCocoa Oh, thank you for the fix!