docs: Fix stale pod-install script names in CONTRIBUTING#6495
Open
antonis wants to merge 1 commit into
Open
Conversation
The `yarn pod-install*` commands in the "Run the emulators" sections no
longer exist in the RN sample; the scripts were renamed to the
`pod-install-{debug,release}-{static,dynamic}[-legacy]` pattern. Update
the docs to match and add a note about the #6413 xcframework default and
the SENTRY_USE_XCFRAMEWORK=0 escape hatch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
Contributor
antonis
marked this pull request as ready for review
July 22, 2026 06:57
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.
📢 Type of change
📜 Description
The
yarn pod-install*commands inCONTRIBUTING.md's two "Run the emulators" sections no longer exist insamples/react-native/package.json. The scripts were renamed some time ago to thepod-install-{debug,release}-{static,dynamic}[-legacy]pattern (8 variants). This updates the docs to the current names:yarn pod-installyarn pod-install-debug-staticyarn pod-install-productionyarn pod-install-release-staticyarn pod-install-legacyyarn pod-install-debug-static-legacyyarn pod-install-legacy-productionyarn pod-install-release-static-legacyAlso adds a short note describing the naming pattern and the #6413 change (
pod installnow vendors a prebuiltSentry.xcframeworkby default;SENTRY_USE_XCFRAMEWORK=0restores the source build).💡 Motivation and Context
Updates to match the changes in #6413
💚 How did you test it?
Manual
📝 Checklist
🔮 Next steps