Skip to content

fix: build settings for custom build configuration - #43780

Closed
jblarriviere wants to merge 2 commits into
react:mainfrom
jblarriviere:patch-1
Closed

fix: build settings for custom build configuration#43780
jblarriviere wants to merge 2 commits into
react:mainfrom
jblarriviere:patch-1

Conversation

@jblarriviere

@jblarrivierejblarriviere commented Apr 2, 2024

Copy link
Copy Markdown
Contributor

This allows build configuration named like StagingDebug to match with settings applied to Debug This fixes#43185

Summary:

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

Test Plan:

This allows build configuration named like `StagingDebug` to match with settings applied to `Debug`
This fixesreact#43185
@facebook-github-botfacebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Apr 2, 2024
Comment threadpackages/react-native/scripts/cocoapods/utils.rb Outdated
Co-authored-by: Riccardo Cipolleschi <riccardo.cipolleschi@gmail.com>
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-botfacebook-github-bot added the Merged This PR has been merged. label Apr 3, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cipolleschi merged this pull request in bcac3c4.

cortinico pushed a commit that referenced this pull request 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 pull request 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 pull request Apr 22, 2024
Summary:
This allows build configuration named like `StagingDebug` to match with settings applied to `Debug` This fixesreact/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 react/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: react/react-native#43780
Reviewed By: dmytrorykun
Differential Revision: D55688996
Pulled By: cipolleschi
fbshipit-source-id: 1f34cd722f6acfaa08d3377e19a04d08af97ed7c
@cipolleschicipolleschi mentioned this pull request Jul 22, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.MergedThis PR has been merged.Shared with MetaApplied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hermes experimental debugger does not open on iOS with custom build configurations

3 participants

@jblarriviere@facebook-github-bot@cipolleschi