IDB: Current setting isn't a valid IDB installation
See original GitHub issue🐛 Bug Report
Apologies, this may not be a bug per se but I could not find any forum or other place where I can find help. This is the first time for me using Flipper. After having followed the instructions, I was able to install Flipper on my Macbook air M1 (2020) Monterey. When I open “Setup Doctor”, everything is green except a warning with IDB:
IDB is required to use Flipper with IOS devices. (...)
Current settings:
/Library/Frameworks/Python.framework/Versions/3.10/bin isn't a valid IDB installation.
I followed the instructions on this repository and also on facebook IDB page.
To Reproduce
Install Flipper according to instructions Install facebook IDB companion and client
Environment
OS: MacOS Monterey 12.0.1, Chip Apple M1 Flipper version: 0.123.0 (50.0.0) Android Studio Artic Fox 2020.3.1 Patch 3 XCode 13.2 beta 2
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Installation | idb
Make sure both parts of idb are installed successfully and then you're good to go! Head over to the guided tour to try...
Read more >Error installing idb iOS pen testing tool on Mac - Stack Overflow
The important part of the error message is: Found unsuitable Qt version "6.0.3" from /usr/local/bin/qmake, this code requires Qt 4.x.
Read more >Facebook - Bountysource
Tried to install fb-idb via pip3 from Python 3.7 all installed with homebrew and correctly linked for all other pip installed packages.
Read more >Configure IDB - Data Protector - ITOM Practitioner Portal
If the IDB is installed in a cluster, it must be installed on ... However, if they are not present, restores become less...
Read more >File: README — Documentation for idb (2.5.7) - RubyDoc.info
idb requires a valid ruby 1.9.3 or 2.1 installation and it is recommended to install the used ruby using RVM. Ruby 2.0 does...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@seyaobey-dev many thanks for reaching out.
That doesn’t seem the path to the idb binary. On macOS, can you please execute this on the terminal:
which idb
That’ll print out the path to idb. Copy the value and set it into Flipper -> Settings.
For example, this is a valid path for idb:
/usr/local/bin/idb
Please make sure the IDB setting ends with
/idb
and restart Flipper. Is the file readable by flipper and executable? usell /Library/Frameworks/Python.framework/Versions/3.10/bin/idb
to verify