Question: Flipper connects to device but not application
See original GitHub issueHey, I am using Flipper v0.35.0 on Mac with react-native 0.62 (just migrated from 0.61.5 following here https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.0) and am having trouble getting my application to connect to the Flipper desktop app.
In the dev console in Flipper.
AutoUpdateVersion.tsx:47 Error: Could not call remote method 'setFeedURL'. Check that the method signature is correct. Underlying error: Could not get code signature for running application
Underlying stack: Error: Could not get code signature for running application
at electron/js2c/browser_init.js:6702:67
at IpcMainImpl.<anonymous> (electron/js2c/browser_init.js:6567:27)
at IpcMainImpl.emit (events.js:210:5)
at WebContents.<anonymous> (electron/js2c/browser_init.js:3861:23)
at WebContents.emit (events.js:210:5)
at electron/js2c/browser_init.js:6705:21
at IpcMainImpl.<anonymous> (electron/js2c/browser_init.js:6567:27)
at IpcMainImpl.emit (events.js:210:5)
at WebContents.<anonymous> (electron/js2c/browser_init.js:3861:23)
at WebContents.emit (events.js:210:5)
user.tsx:22 Error: Feature not implemented
at getUser (user.tsx:13)
at _default (user.tsx:16)
at index.tsx:51
at Array.map (<anonymous>)
at _default (index.tsx:51)
at init.tsx:109
at Object.rehydrate (persistStore.js:82)
at _rehydrate (persistReducer.js:61)
at persistReducer.js:90
IOSDevice.tsx:119 Error from getpwuid_r: 102 (Operation not supported on socket)
(123 times) server.tsx:527 Connection loop detected with iOS-iPhone Simulator-MyApp. Connected 4 times within 20s. server
And under the left pane, I see the following sections.
React Native
- Logs
- React DevTools
iPhone 11
- Crash Reporter
- Logs
Connecting…
- MyApp (with a loading spinner)
It looks like the connection to the application is just not happening. Any advice on how to fix this?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:20
- Comments:29 (7 by maintainers)
Top Results From Across the Web
Troubleshooting General Issues - Flipper
If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check connection issues to see...
Read more >React Native Flipper Debugging Issue : "NO APPLICATION ...
I have managed to connect a device ( I see logs and see the tree of React Native elements), but now I have...
Read more >Cannot connect flipper FW 0.69.1 to android app v1.2.2
The fix in my case was to allow the flipper app to use bluetooth in Android Settings > Apps > Flipper > Permissions...
Read more >Using Flipper - Expo Documentation
Once the development server is running, open the Flipper desktop app and select your device or simulator under App Inspect: Open a device...
Read more >Flipper: React Native App Debugging - Heartbeat - Comet ML
This is currently done via CLI commands for Android & iOS, and in certain cases it's a sophisticated process to monitor logs for...
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
Dear @tbveloso
I still have this issue and could not find any solution for this. As this issue has been closed (and I don’t know why 😃 ), maybe creating a new issue would help. I should mention that Flipper works fine when I create a brand new
React Native 0.65
project. However, I could not make it to work on a big project that has been under development for years.Same issue here! Logs are in react native section is working fine.But plugins are not working.