Sergey Klochkov
Sergey Klochkov
idb-companion 1.1.6 (x86_64, not M1) ``` brew install protobuf brew install grpc mkdir /tmp/protoc cd /tmp/protoc curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protoc-3.17.3-osx-x86_64.zip unzip protoc-3.17.3-osx-x86_64.zip chmod +x /tmp/protoc/bin/protoc sudo ln -sf /tmp/protoc/bin/protoc /usr/local/bin/protoc brew...
macOS 13.4.1 (x86_64), Xcode 14.3.1 - iOS 14.4 Simulator - issue exists - iOS 14.5 Simulator - no issue - iOS 15.5 Simulator - no issue - iOS 16.4 Simulator...
Yes, I tried this. Above log with the following settings: ``` options.setUiautomator2ServerInstallTimeout(Duration.ofMinutes(5)); options.setUiautomator2ServerLaunchTimeout(Duration.ofMinutes(5)); options.setAvdReadyTimeout(Duration.ofMinutes(5)); options.setAvdLaunchTimeout(Duration.ofMinutes(5)); options.setAndroidInstallTimeout(Duration.ofMinutes(5)); options.setAdbExecTimeout(Duration.ofMinutes(5)); ```
https://gist.github.com/HSerg/ed8eda6e1743b375a4ca46eaa7dd1fc6
@KazuCocoa @mykola-mokhnach https://discuss.appium.io/t/android-cannot-set-the-device-locale-to-a-you-may-want-to-apply-one-of-the-following-locales-instead/44963 may have a common root cause with this issue. I regularly get the `Locale verification has failed` if don't run emulator beforehand.
> Possibly [appium/io.appium.settings#223](https://github.com/appium/io.appium.settings/pull/223) fixed that timing issue. Please try out with the latest uia2 driver Perfect! The locale bug is gone. Thanks!