-
Notifications
You must be signed in to change notification settings - Fork 956
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
idb integration is not working on M1 Macs #3497
Comments
I used a symbolic link at |
ln -s /opt/homebrew/bin/idb /usr/local/bin |
I am having this same issue on my M1 pro |
This issue is still present in 0.176 on MacOS Ventura 13.0.1 (M1 Max). The symlink method works, but Flipper should really support M1 macs. |
This bug is actually in idb. See: facebook/idb#835 |
can devs do something |
any update here? Still happened on chip M1 Pro 😭 |
As you installed idb_companion with
|
@stanislavkhatko exactly ! |
You Saved my day, Thank you. |
thank you @SamiChab |
This worked for me: |
🐛 Bug Report
When
idb
is installed, regardless of the "Enable physical iOS devices" setting, Flipper prints the below warning over and over ad infinitum, and will not connect to simulator devices. Uninstallingidb
resolves the issue. If you look at the last line of the log, it seems that it's attempting to look in the Intel Mac path for idb_companion, rather than the correct path when using the native version of homebrew on M1 macs.Running the same command at a terminal works just fine:
With
idb
installed:After uninstalling
idb
:To Reproduce (on M1 Mac)
brew install idb-companion
pip3 install fb-idb
Environment
macOS 12.2.1
Flipper 0.137.0
The text was updated successfully, but these errors were encountered: