-
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
Failed to find device error on Flipper 0.133.1 #3432
Comments
@kbirgoren could you attach complete Flipper logs (like in this post)? |
@aigoncharov here you can find the screenshot of the logs. |
Same here |
@kbirgoren @essana3 would you happen to be on M1 Macs by any chance? |
Yes |
|
Hey Andrey,
It was actually working fine before I upgrade it to the latest version. I tried to revert to the previous version that I use which was So now, I can still get the console logs from the project but I can't watch the network calls. |
Fixed a similar issue by upgrading idb-companion from 1.0.14 -> 1.1.6. This can be done by running brew update && brew upgrade idb-companion Found the underlying issue from the console in Flipper, ( After upgrading idb-companion, the @kbirgoren You should specify an exact version of Flipper in your Podfile, e.g. use_flipper!({ 'Flipper'=> '0.135.0' }) if you're using the most current recent version right now. |
@nlindroos Thanks for your message. I just installed client version 0.99.0 and now everything seems to be working. Specifying a version in Podfile did not help me either. I also experienced the same issue with Flipper's sample app. |
This works for me: brew update && brew upgrade idb-companion
|
This issue has been fixed in idb-companion 1.1.7. |
I am still facing with the same issue even on Flipper 0.144.0, I can only run it without any issues with Flipper 0.99.0 |
Following this doc should be able to help anyone trying to get Flipper working correctly https://fbflipper.com/docs/getting-started/react-native/ |
I just restarted my smartphone, run the Flipper App again and it works. |
For this worked M1:
|
Turns out both From facebook/idb:
|
🐛 Bug Report
As soon as I open the Flipper, I get
Connection failed
error.Failed to find device '7F017CFA-5EAB-4285-8AED-77E14A717BCE' while trying to connect app 'MyApp'
Everything works fine on the Android emulator but not in the iOS simulator
To Reproduce
Environment
Flipper logs
Failed to find device '7F017CFA-5EAB-4285-8AED-77E14A717BCE' while connection app 'MyApp' Error: Timed out waiting for device 7F017CFA-5EAB-4285-8AED-77E14A717BCE for client MyApp
at file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:4209:5711
The text was updated successfully, but these errors were encountered: