Skip to content
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

Question: idb companion not showing after brew install #1271

Closed
hsavit1 opened this issue Jun 17, 2020 · 6 comments
Closed

Question: idb companion not showing after brew install #1271

hsavit1 opened this issue Jun 17, 2020 · 6 comments

Comments

@hsavit1
Copy link

hsavit1 commented Jun 17, 2020

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
@jknoxville
Copy link
Contributor

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

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

@hsavit1
Copy link
Author

hsavit1 commented Jun 20, 2020

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

@Cordobo
Copy link

Cordobo commented Sep 23, 2020

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

@a-eid
Copy link

a-eid commented May 18, 2023

just do which idb and you should find out where it's installed.

@LorandP
Copy link

LorandP commented Apr 9, 2024

What worked for me was to:

  • pip3.11 install fb-idb
  • which idb
  • inside Flipper change the path of the installed idb

@sLurPPPeRsTaR
Copy link

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

you save me =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants