react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

React Native Debugger not working with React Native 0.66

Open TheFe91 opened this issue 4 years ago • 3 comments

React Native Debugger app version: 0.12.1 React Native version: 0.66 Platform: iOS Is real device of platform: Yes Operating System: iOS 15.0.1

I just upgraded my react native project to v0.66, using XCode 13 and debugging on my real iPhone XR, iOS 15.0.1 Before upgrading everything worked nice, now I'm not able to connect to the React Native Debugger (getting errors in console that are NOT related to the app). I followed all your guides but nothing changed Schermata 2021-10-05 alle 17 29 47

TheFe91 avatar Oct 05 '21 15:10 TheFe91

Did you downgraded the devtools as shown on picture?

efstathiosntonas avatar Oct 07 '21 07:10 efstathiosntonas

@efstathiosntonas yes, I did, but downgrading it didn't work, since the debugger still saw the wrong version. I can add that creating a brand new project with npx react-native init MyProject works perfectly even with v0.66, so there could be maybe some conflict in my old project

TheFe91 avatar Oct 07 '21 08:10 TheFe91

I have the same problem but with upgrading to 4.22.0 globally (npm -g), but it shows the same error message. Seems not to read the package from the global path? I am on Windows.

afilp avatar Feb 03 '22 11:02 afilp