-
Notifications
You must be signed in to change notification settings - Fork 954
Simulators not available #5628
Comments
Same here. Happy to help in any way |
Hello. Can you please expand on what is meant by "virtual environment"? Flipper requires idb and idb-companion available in $PATH to work with ios devices. |
Same for me. With that said though, Flipper seems to be working fine (connecting to the app, showing logs etc) so just a "bug" with setup doctor itself maybe? |
I think by
and now Flipper is showing green tick in front of I am on Macbook M3 Pro, Python came with homebrew when I installed, I think. |
I had the same issue. I read through the error in setup wizard and noticed the following: ...
"/opt/homebrew/Cellar/[email protected]/3.12.4/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/idb_companion' Notice: I installed it via homebrew so my idb_companion, so I ran I created the symlink between two paths. I ran: sudo ln -s /opt/homebrew/bin/idb_companion /usr/local/bin/idb_companion And now the ios simulators show up in Flipper. Hope this helps others! |
Thanks for sharing. Flipper checks idb_companion by running flipper/desktop/flipper-server/src/doctor/index.tsx Lines 209 to 211 in 1246c8b
|
I have the same issue and I have my homebrew custom path on my $PATH env |
This is work!!! |
The error for me was like this, I just created a symlink like this: sudo ln -s /Library/Frameworks/Python.framework/Versions/3.12/bin/idb /usr/local/bin/idb Then I add |
Thanks this solution works for me |
Hey,
I am trying to start using Flipper but can't connect my iOS simulators.
I installed idb in a virtual environment.
Idb gives me this list:
But apparently none of the is available on Flipper ?
The text was updated successfully, but these errors were encountered: