jschisler

Results 7 comments of jschisler

Yes I do. It works through 1 screen before I navigate to the login screen and then I see that exception.

Looks like idb 3.10 if the return from the "which idb" command is right: `idb is /Library/Frameworks/Python.framework/Versions/3.10/bin/idb` Xcode Version 14.0 (14A309)

Using mobile-dev-inc/tap/idb-companion 1.1.7 if that helps.

Also, if I navigate manually to the screen in question and run `maestro hierarchy` I get the same error stack trace

I did `idb --companion localhost:10882 ui describe-all` and it returned `Unexpected error in RPC handling` So this appears to be an idb problem?

The screen in question contains a WKWebView and is loaded with a EULA from a URL. However, I see the same error on different screens that make no such call....

Further, if I debug idb_companion in Xcode, it dies here: ![image](https://user-images.githubusercontent.com/742546/191566243-b5b9b93e-3958-44e9-8b4d-cfdbc5005920.png)