Skip to content

ci: fix iOS archive with Xcode 26.5#3790

Merged
grimen merged 1 commit into
mainfrom
fix--iOS-archive-with-Xcode-26.5
May 27, 2026
Merged

ci: fix iOS archive with Xcode 26.5#3790
grimen merged 1 commit into
mainfrom
fix--iOS-archive-with-Xcode-26.5

Conversation

@openoms
Copy link
Copy Markdown
Collaborator

@openoms openoms commented May 27, 2026

Keep only the fmt pod on C++17 to avoid Xcode 26.5 consteval failures, while allowing RNReanimated to use the C++20 settings required by React Native/Yoga.

  • fmt fails under Xcode 26.5/C++20 with the consteval FMT_STRING error.
  • Local no-signing archive isolated the issue from App Store keys.
  • fmt succeeds when scoped to C++17.
    RNReanimated must not be forced to C++17 because RN/Yoga need C++20.

Keep only the fmt pod on C++17 to avoid Xcode 26.5 consteval
failures, while allowing RNReanimated to use the C++20 settings
required by React Native/Yoga.
@openoms openoms requested review from esaugomez31 and grimen May 27, 2026 16:42
@grimen grimen merged commit 1d5cc06 into main May 27, 2026
6 of 8 checks passed
@grimen grimen deleted the fix--iOS-archive-with-Xcode-26.5 branch May 27, 2026 18:02
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.

3 participants