Skip to content

Add React-Core-prebuilt and ReactNativeDependencies to pod update command#56297

Open
alanleedev wants to merge 1 commit intofacebook:mainfrom
alanleedev:export-D98989657
Open

Add React-Core-prebuilt and ReactNativeDependencies to pod update command#56297
alanleedev wants to merge 1 commit intofacebook:mainfrom
alanleedev:export-D98989657

Conversation

@alanleedev
Copy link
Copy Markdown
Contributor

@alanleedev alanleedev commented Mar 31, 2026

Summary:
React-Core-prebuilt and ReactNativeDependencies both read their version from package.json. When the version is bumped on a stable branch, the checked-in Podfile.lock becomes stale for these pods, causing CI to fail with a CocoaPods version mismatch. Adding them to the pod update command resolves this at runtime.

These pods are only present when use-frameworks is false (the prebuilt path), so the update is conditional to avoid 'not installed' errors in the dynamic frameworks CI configuration.

Differential Revision: D98989657

@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 Mar 31, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync bot commented Mar 31, 2026

@alanleedev has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98989657.

…mand

Summary:
React-Core-prebuilt and ReactNativeDependencies both read their version from package.json. When the version is bumped on a stable branch, the checked-in Podfile.lock becomes stale for these pods, causing CI to fail with a CocoaPods version mismatch. Adding them to the pod update command resolves this at runtime.

These pods are only present when use-frameworks is false (the prebuilt path), so the update is conditional to avoid 'not installed' errors in the dynamic frameworks CI configuration.

Differential Revision: D98989657
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. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant