Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hermes debugger no longer working after 0.126.0 #3183

Closed
nibblesnbits opened this issue Dec 17, 2021 · 5 comments
Closed

Hermes debugger no longer working after 0.126.0 #3183

nibblesnbits opened this issue Dec 17, 2021 · 5 comments

Comments

@nibblesnbits
Copy link

馃悰 Bug Report

I was able to use the Hermes Debugger for React Native yesterday with version 0.125.0, but now that I've installed 0.126.0, the debugger is listed under "Unavailable Plugins" and when selected I get the message

Plugin 'Hermes Debugger (RN)' is unavailable
Device plugin 'Hermes Debugger (RN)' is not supported by the selected device 'iPhone' (iOS).

To Reproduce

Run any iOS app, and select the app in Flipper.

Environment

iOS 15.1
React Native 0.66.4
@react-native-community/cli-debugger-ui 5.0.1
(Note that none of the above have changed since yesterday, and everything worked then).
Flipper 0.126.0

@mweststrate
Copy link
Contributor

Hermes Debugger RN is not supported by iOS devices, it is supported by Metro / React Native. Make sure you have Metro running to see the device.

@hakkikonu
Copy link

agree. 0.126 crashes metro bundler also. i downgraded to 0.125 and now it working properly.

@mweststrate
Copy link
Contributor

Sorry, missed that this is most probably a duplicate of #3189, but since downgrading fixes the problem, pretty sure it is. Upgrading to 0.127 that contains a fix should work (just released), or otherwise this work around on 0.126 should work as well: #3189 (comment).

@hakkikonu
Copy link

Thanks

@gauravsbagul
Copy link

Hi,
I have downgraded the Flipper App to 0.214.0 and the Hermes Debugger (RN) Enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants