Flipper: Question: idb companion not showing after brew install

Created on 17 Jun 2020  路  3Comments  路  Source: facebook/flipper

on macOS catalina, a bug shows saying

IDB is required to use Flipper with iOS devices. It can be installed from https://github.com/facebook/idb and configured in Flipper settings. You can also disable physical iOS device support in settings. Current setting: /usr/local/bin/idb-companion isn't a valid IDB installation.

even though I installed via the brew instructions

brew tap facebook/fb
brew install idb-companion

Most helpful comment

If you have to install the idb-client via pip3 and the --user flag like pip3 install --user fb-idb, the IDB binary location is as follows:

/Users/<your_username>/Library/Python/<python_version>/bin/idb

/Users/johndoe/Library/Python/3.8/bin/idb

All 3 comments

You need to point flipper to your fb-idb installation, not your idb-companion installation.

This one: https://github.com/facebook/idb#idb-client

Gotcha, thanks @jknoxville . Installing via pip seemed to help

I am having a tough time linking to flipper. My idb-installation seems to live at ~/usr/local/Cellar/idb-companion

After sticking that path + the 1.0.14 extention into my Flipper settings, it still reads

Current setting: ~/usr/local/Cellar/idb-companion/1.0.14 isn't a valid IDB installation

I've tried with and without the 1.0.14

If you have to install the idb-client via pip3 and the --user flag like pip3 install --user fb-idb, the IDB binary location is as follows:

/Users/<your_username>/Library/Python/<python_version>/bin/idb

/Users/johndoe/Library/Python/3.8/bin/idb

Was this page helpful?
0 / 5 - 0 ratings

Related issues

usrbowe picture usrbowe  路  4Comments

mune0903 picture mune0903  路  4Comments

orlandobustamantep picture orlandobustamantep  路  3Comments

hackaprende picture hackaprende  路  4Comments

usrbowe picture usrbowe  路  3Comments