fix(ios): resolve Xcode 26 build failures with fmt consteval and icon…#95
Merged
giolaq merged 2 commits intoMay 29, 2026
Merged
Conversation
… sizing Xcode 26's stricter Clang rejects consteval usage in the fmt library bundled with hermes-engine, and enforces exact imagestack layer sizing for tvOS app icons.
Closed
Move withFmtXcode26Fix plugin to last position so it runs after @react-native-tvos/config-tv writes the Podfile. Switch from FMT_CONSTEVAL preprocessor define to compiling the fmt pod with C++17, which is the community-recommended fix (react-native#55601).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@bam.tech/react-native-keyevent-expo-config-pluginwith a local plugin that handles Android-only key events, fixing the prebuild crash caused by the plugin expecting an Objective-C AppDelegate when Expo SDK 52+ generates SwiftwithFmtXcode26Fixplugin to defineFMT_CONSTEVAL=constexpron thefmtpod, fixing compilation errors with Xcode 26's stricterconstevalenforcementicon-400x240.png) from 420x240 to 400x240, resolving imagestack layer sizing errors enforced by Xcode 26withTvosDeploymentTargetplugin to set tvOS deployment target to 15.1app.jsonbuild properties (SDK versions,newArchEnabledplacement)