-
Notifications
You must be signed in to change notification settings - Fork 25k
[RN][iOS][0.76] Bump folly to fix xcode 16.3 removed traits #50431
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
Conversation
cortinico
left a comment
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.
LGTM 👍
| spec.name = "fmt" | ||
| spec.version = "9.1.0" | ||
| spec.version = "11.0.2" | ||
| spec.license = { :type => "MIT" } | ||
| spec.homepage = "https://github.com/fmtlib/fmt" | ||
| spec.summary = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams." | ||
| spec.authors = "The fmt contributors" | ||
| spec.source = { | ||
| :git => fmt_git_url, | ||
| :tag => "9.1.0" |
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.
@cipolleschi Are we bumping FMT also? If so this needs to be mentioned in changelog
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.
yes, it is required by folly.
| fast_float_git_url = fast_float_config[:git] | ||
|
|
||
| Pod::Spec.new do |spec| | ||
| spec.name = "fast_float" |
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.
also this needs to be called out in the changelog
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.
👍
Summary:
Xcode 16.3 removes the base template for std::char_traits: developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes
Changelog:
[iOS][Changed] - Bumped folly to fix Xcode 16.3
Test Plan:
Tested that RNTester builds for both iOS and Android with this PR.