-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Hermes experimental debugger does not open on iOS with custom build configurations #43185
Labels
Comments
same issues |
Also experiencing this. |
Same issues! when I add new schemes with custom build configurations |
Same issue while using custom configuration (Debug-QAT) with custom Scheme (QAT) but it's working as expected with Debug configuration. |
jblarriviere
added a commit
to jblarriviere/react-native
that referenced
this issue
Apr 2, 2024
This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes facebook#43185
Same problem here. How can I fix this until the new version is released ? |
cortinico
pushed a commit
that referenced
this issue
Apr 8, 2024
Summary: This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes #43185 Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in #43185 This now applies the setting to every configuration ending with `Debug` ## Changelog: [IOS] [CHANGED] - fix: build settings for custom build configuration Pull Request resolved: #43780 Reviewed By: dmytrorykun Differential Revision: D55688996 Pulled By: cipolleschi fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
alfonsocj
pushed a commit
that referenced
this issue
Apr 12, 2024
Summary: This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes #43185 Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in #43185 This now applies the setting to every configuration ending with `Debug` ## Changelog: [IOS] [CHANGED] - fix: build settings for custom build configuration Pull Request resolved: #43780 Reviewed By: dmytrorykun Differential Revision: D55688996 Pulled By: cipolleschi fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
douglowder
pushed a commit
to react-native-tvos/react-native-tvos
that referenced
this issue
Apr 22, 2024
Summary: This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixes facebook/react-native#43185 Custom build setting were only applied to `Debug` build configurations, preventing configurations named `StagingDebug` or similar to access the new experimental debugger, as reported in facebook/react-native#43185 This now applies the setting to every configuration ending with `Debug` ## Changelog: [IOS] [CHANGED] - fix: build settings for custom build configuration Pull Request resolved: facebook/react-native#43780 Reviewed By: dmytrorykun Differential Revision: D55688996 Pulled By: cipolleschi fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have an iOS build configuration
Staging.Debug
that is a copy ofDebug
. The experimental debugger fails to launch when running this build configuration via:and
Output from metro:
I've confirmed that the app is using Hermes:
The debugger launches properly when doing:
I did a little digging and see there is a check for the
Debug
configuration here and here, but I'm not sure if relevant.Staging.Debug
was created by copyingDebug
following these instructions. I would like to debugStaging.Debug
because I need certain configuration for my staging app.Steps to reproduce
git clone [email protected]:sliptype/RNRepro1.git
yarn i && pod install --project-directory=ios
yarn start
yarn ios
CMD + D
or Device > ShakeReact Native Version
0.73.4
Affected Platforms
Runtime - iOS, Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/sliptype/RNRepro1
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: