-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Experimental debugger does not work on 0.74 with bridgeless on iOS #44240
Labels
p: Expo
Partner: Expo
Partner
Platform: iOS
iOS applications.
Resolution: Fixed
A PR that fixes this issue has been merged.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Comments
gabrieldonadel
added
Needs: Triage 🔍
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
labels
Apr 24, 2024
cipolleschi
added a commit
to cipolleschi/react-native
that referenced
this issue
Apr 25, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [facebook#44240](facebook#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Differential Revision: D56575647
facebook-github-bot
pushed a commit
that referenced
this issue
Apr 25, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [#44240](#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Reviewed By: cortinico Differential Revision: D56575647 fbshipit-source-id: a0613a5d46caeb1d3e636e54ecd43428fbaf46e8
This was referenced Apr 26, 2024
Titozzz
pushed a commit
that referenced
this issue
Apr 29, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [#44240](#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Reviewed By: cortinico Differential Revision: D56575647 fbshipit-source-id: a0613a5d46caeb1d3e636e54ecd43428fbaf46e8
cipolleschi
added a commit
that referenced
this issue
May 1, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [#44240](#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Reviewed By: cortinico Differential Revision: D56575647 fbshipit-source-id: a0613a5d46caeb1d3e636e54ecd43428fbaf46e8
kosmydel
pushed a commit
to kosmydel/react-native
that referenced
this issue
May 6, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [facebook#44240](facebook#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Reviewed By: cortinico Differential Revision: D56575647 fbshipit-source-id: a0613a5d46caeb1d3e636e54ecd43428fbaf46e8
kosmydel
pushed a commit
to kosmydel/react-native
that referenced
this issue
Jun 11, 2024
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [facebook#44240](facebook#44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Reviewed By: cortinico Differential Revision: D56575647 fbshipit-source-id: a0613a5d46caeb1d3e636e54ecd43428fbaf46e8
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
react-native-bot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Oct 22, 2024
migueldaipre
added
Resolution: Fixed
A PR that fixes this issue has been merged.
and removed
Stale
There has been a lack of activity on this issue and it may be closed soon.
labels
Oct 22, 2024
Fixed by #44257 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
p: Expo
Partner: Expo
Partner
Platform: iOS
iOS applications.
Resolution: Fixed
A PR that fixes this issue has been merged.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
After creating a fresh app with
npx react-native init HermesTest
and enabling the new architecture on iOS, users are unable to use the experimental debugger and are faced with a warning in the terminal sayingNo compatible apps connected. JavaScript debugging can only be used with the Hermes engine
Steps to reproduce
yarn start --experimental-debugger
React Native Version
0.74.0
Affected Platforms
Runtime - iOS
Areas
Bridgeless - The New Initialization Flow
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/gabrieldonadel/hermes-debugger-broken-074
Screenshots and Videos
Screen.Recording.2024-04-24.at.11.01.55.mov
The text was updated successfully, but these errors were encountered: