ci: bump Xcode from 26.3 to 26.6 for iOS library builds - #105
Closed
hryhoriiK97 wants to merge 1 commit into
Closed
Conversation
Xcode 26.3's Clang dependency scanner ignores SWIFT_ENABLE_EXPLICIT_MODULES, so react-native-enriched-markdown fails with a RaTeXFFI modulemap redefinition. 26.6 respects the opt-out and unblocks the iOS nightly job. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Closing this - the upstream fix in react-native-enriched-markdown (#546, SWIFT_ENABLE_EXPLICIT_MODULES=NO) has been reverted in software-mansion/react-native-enriched-markdown#551 since it didn't reliably work on Xcode 26.3. The author plans to fix the problem in RN itself. No Xcode bump needed on our side for now. |
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.
Summary
Bumps iOS nightly builds from Xcode 26.3.0 → 26.6.0.
Unblocks
[ios] react-native-enriched-markdown, which fails on 26.3 withredefinition of module 'RaTeXFFI'(run).The library-side fix is already shipped in software-mansion/react-native-enriched-markdown#546 (
SWIFT_ENABLE_EXPLICIT_MODULES=NO), but Xcode 26.3 still ignores that opt-out; 26.6 respects it.Test plan
[ios] react-native-enriched-markdownis green on the next Check Nightlies run