appium / WebDriverAgent

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

fix: Add arm64 arch to XctestrunFile path search for simulator #838

Closed suzukieita closed 7 months ago

suzukieita commented 7 months ago

837

Fixed to check both x86_64 and arm 64 if the device is a simulator. I added an argument to getXctestrunFileName function but is has a default value, so it doesn't change the original behavior without it.

linux-foundation-easycla[bot] commented 7 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

KazuCocoa commented 7 months ago

appium-webdriveragent v5.15.8 has the fix https://github.com/appium/WebDriverAgent/pull/840 Thank you for the pr