Skip to content

ci: bump Xcode from 26.3 to 26.6 for iOS library builds - #105

Closed
hryhoriiK97 wants to merge 1 commit into
react-native-community:mainfrom
hryhoriiK97:bump/xcode-26.6
Closed

ci: bump Xcode from 26.3 to 26.6 for iOS library builds#105
hryhoriiK97 wants to merge 1 commit into
react-native-community:mainfrom
hryhoriiK97:bump/xcode-26.6

Conversation

@hryhoriiK97

@hryhoriiK97 hryhoriiK97 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps iOS nightly builds from Xcode 26.3.0 → 26.6.0.

Unblocks [ios] react-native-enriched-markdown, which fails on 26.3 with redefinition 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

  • Confirm runners expose Xcode 26.6
  • Verify [ios] react-native-enriched-markdown is green on the next Check Nightlies run

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>
@Simek
Simek requested a review from cortinico July 19, 2026 18:30
@hryhoriiK97

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant