-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use idb #549
Comments
same issue, need help. |
does anyone found the solution? facing same issue with IDB. unable to launch apps and interact with physical devices |
Same issue for me. Any update on this please ? |
In my understanding, idb only launches apps signed with Developer certificates. So launching maps, safari etc., might not work. |
Description
Not sure how to use idb, not a lot of information available, I'm trying to open an application
$ idb launch --udid xxxxxxxxxxxxxxx com.apple.Maps
Application Bundle Name: Maps | ID: com.apple.Maps | Install Type system | Container (null) cannot be launched as it's not signed with a development identity
Works if I do WDA runner compiled with xcode
$ idb launch --udid xxxxxxxxxxxxxxxxx com.apple.test.WebDriverAgentRunner-Runner
Another error is this one
$ idb connect localhost 8999
udid: xxxxxxxxxxxxx is_local: False
$ idb ui tap 10 20
Target doesn't conform to FBSimulatorLifecycleCommands protocol xxxxxxxxxxxxxx | 12.4 iPhone | Booted | iPhone 5s | iOS 12.4.1 | arm64 | 0 | 0
Am I going about this wrong, any documentation available please
Reproduction
See the commands above
Solution
Not that I know about
Additional Information
idb
revision: [I do not know how to get this]The text was updated successfully, but these errors were encountered: