ci: test RNTester build with prebuilt xcframework#2940
Draft
Saadnajmi wants to merge 5 commits intomicrosoft:mainfrom
Draft
ci: test RNTester build with prebuilt xcframework#2940Saadnajmi wants to merge 5 commits intomicrosoft:mainfrom
Saadnajmi wants to merge 5 commits intomicrosoft:mainfrom
Conversation
Add a new CI job that builds RNTester using the prebuilt React Core xcframework from the prebuild-macos-core pipeline. This validates the prebuilt artifact works in a real app before we publish it. The job uses RCT_TESTONLY_RNCORE_TARBALL_PATH (already supported by rncore.rb) to pass the xcframework tarball to pod install. Runs a smaller matrix (macOS + iOS, newarch only) to avoid duplicating the full RNTester matrix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix UIKit/UIKit.h not found when building prebuilt xcframework on macOS by adding TARGET_OS_OSX platform guard to React-umbrella.h - Add DynamicFrameworks variant to RNTester build matrix (matches upstream test_ios_rntester_dynamic_frameworks, continue-on-error) - Add Node 24 to JavaScript test matrix (matches upstream test_js) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Only set USE_FRAMEWORKS env var when matrix value is non-empty, fixing "Invalid linkage option" pod install error for all non- DynamicFrameworks jobs - Mark Node 24 JS tests as continue-on-error since upstream has pre-existing SSL test failures with Node 24's stricter defaults Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Drop Node 24 testing — one Node version is sufficient for our CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
prebuild-macos-corepipelineRCT_TESTONLY_RNCORE_TARBALL_PATH(already supported byrncore.rb) to pass the xcframework tarball topod installCI flow
Test plan
Build RNTester (Prebuilt)jobs appear in PR CIPrebuild macOS Coreto completepod installBuild RNTesterjobs are unaffected🤖 Generated with Claude Code