-
-
Notifications
You must be signed in to change notification settings - Fork 813
[IOS] Can not connect React Native Debugger when run with Hermes #755
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
Comments
Same issue here. I tried a workaround (Open Debugger in iOS simulator not working in RN 0.70.0 #34615) found at react-native repo, disabling hermes temporarily, but how I'm using the new Turbo Modules arch is not possible to do that. |
I had the same issue and for other reasons i went with a dev build, and since i had sdk48, remote debugger was not an option, i tried to downgrade to sdk47, then the reanimated library didn't work and i read in expo doc that even if it did, it wont work with remote debugger. Since i needed that reanimated library, i went back to sdk48 and for some reason, now i have remote debugger option in app dev menu and just confirmed that react native debugger fully works. Go with a dev build and see if it works for you. That's my 2cents that i still cant make sense of. |
I too had this issue today. Changing the engine inside your app.json can help you get debugger working:
|
@jhen0409 Are there plans to look into this? |
Indeed |
|
|
you have no ability to switch |
I see. I've upgraded to SDK 48 and it's possible also for iOS |
Duplicate of #573? |
Any update? |
I created a package to solve this issue yarn add react-native-devsettings import 'react-native-devsettings'; basically, it is doing |
@gusgard trying now |
@gusgard Omg I love you this works. |
@gusgard I appreciate your comment, bro. It's the best one I've seen this year. |
Came in to say this too |
@gusgard Thanks so much for this! |
React Native Debugger app version: 0.13
React Native version: 0.71.3
Platform: iOS
Is real device of platform: No
Operating System: macOS
Can not connect react-native-debugger with Hermes in React Native CLI, Please help me to find solution or workaround?
The text was updated successfully, but these errors were encountered: