Callum Ryan
Callum Ryan
`pip3.7 install fb-idb` will install idb to `/opt/homebrew/bin/idb`
Can you run this and post the output? It creates `/opt/homebrew/bin/idb` for me ``` pip3.7 uninstall fb-idb pip3.7 install fb-idb -v ```
> idb list-targets I believe @zeyadsalloum is making some changes here at the moment to improve our detection of the currently available runtimes. It is odd though that your simulators...
UI commands are not available on devices due to iOS restrictions @zeyadsalloum should we mark somewhere which commands are expected to work with devices?
`idb` and `fbsimctl (WDA wrapper)` are built on top of the same frameworks and so have the same level of device support. For E2E testing on devices specifically WDA might...
> /bin/sh: line 1: protoc: command not found This implies that when xcode is trying to run protoc it can't find the binary. Can you make sure its installed to...
I think this should be fixed by #https://github.com/facebook/homebrew-fb/pull/47 Just waiting on the author to push it
I would expect something like this to work. idb simulates touch events at a relatively low level, so logically I'd expect a pinch gesture to be implemented as: 1. Touch...
I'm working on changing the idb companion to build grpc/... from source rather than dynamically linking the version installed by homebrew. This should solve most of the linking woes