-
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
[Local] Xcode 15 patch #39754
[Local] Xcode 15 patch #39754
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the grammar fix was not picked up, but a part from that, it is good!
scripts/cocoapods/utils.rb
Outdated
|
||
trimmed_value = value.strip() | ||
if !old_config.include?(trimmed_value) | ||
config.build_settings[setting_name] = "#{old_config.strip()} #{trimmed_value}".strip() | ||
end | ||
end | ||
|
||
def self.remove_value_to_setting_if_present(config, setting_name, value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def self.remove_value_to_setting_if_present(config, setting_name, value) | |
def self.remove_value_from_setting_if_present(config, setting_name, value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
da6ac72
to
ce0ff34
Compare
You might want to run |
ce0ff34
to
6676ca9
Compare
f6850e5
to
64f34a6
Compare
Summary:
Applying this PR from @cipolleschi. We couldn't directly cherry-pick as the files have moved, so doing this to be safe.
Changelog:
[Internal] [Fixed] - Make the Xcode 15 workaround more robust.
Test Plan:
Try out
rn-tester
with Xcode 15.