Skip to content

Conversation

@cipolleschi
Copy link
Contributor

@cipolleschi cipolleschi commented Jan 13, 2026

Summary:

CI was failing because it was not finding the RCTTestRunner. Now that we are using prebuilds by default, the RCTTestRunner is not part of the prebuilds, so we have to make sure that cocoapods installs it properly, with the source code.

This change also disables running iOS tests in CI to unblock the release:

  • They are not exhaustive
  • They are mostly for the Legacy Arch
  • We released the whole 2024 releases of React Native without them running.

Finally, it bumps the Xcode version to 16.4, the latest available for iOS 18.
with this bump, we don't have to download all the SDKs anymore, because we have them already installed in the GitHub Action runner. This will save several minutes in CI.

Changelog:

[Internal] -

Test Plan:

GHA

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 13, 2026
@cipolleschi cipolleschi changed the base branch from main to 0.84-stable January 13, 2026 10:43
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-test-runner branch from 0580612 to c58ca93 Compare January 13, 2026 10:44
@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@cipolleschi cipolleschi force-pushed the cipolleschi/fix-test-runner branch from c58ca93 to ae5e8ba Compare January 13, 2026 13:18
@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@cipolleschi cipolleschi force-pushed the cipolleschi/fix-test-runner branch 2 times, most recently from 922b5d7 to 1649194 Compare January 13, 2026 14:43
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-test-runner branch from 1649194 to f53aad7 Compare January 13, 2026 14:44
@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@cipolleschi cipolleschi changed the title [LOCAL][RN][iOS] Fix CI not finding the RCTTestRunner Symbol [LOCAL][RN][iOS] Fix CI iOS jobs failing because of RCTTestRunner not found Jan 13, 2026
@cipolleschi cipolleschi marked this pull request as ready for review January 13, 2026 15:43
@cipolleschi cipolleschi merged commit 99191d9 into 0.84-stable Jan 13, 2026
53 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants