Skip to content

docs: Fix stale pod-install script names in CONTRIBUTING#6495

Open
antonis wants to merge 1 commit into
mainfrom
docs/fix-contributing-pod-install-scripts
Open

docs: Fix stale pod-install script names in CONTRIBUTING#6495
antonis wants to merge 1 commit into
mainfrom
docs/fix-contributing-pod-install-scripts

Conversation

@antonis

@antonis antonis commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

📢 Type of change

  • Enhancement

📜 Description

The yarn pod-install* commands in CONTRIBUTING.md's two "Run the emulators" sections no longer exist in samples/react-native/package.json. The scripts were renamed some time ago to the pod-install-{debug,release}-{static,dynamic}[-legacy] pattern (8 variants). This updates the docs to the current names:

Old (docs) New
yarn pod-install yarn pod-install-debug-static
yarn pod-install-production yarn pod-install-release-static
yarn pod-install-legacy yarn pod-install-debug-static-legacy
yarn pod-install-legacy-production yarn pod-install-release-static-legacy

Also adds a short note describing the naming pattern and the #6413 change (pod install now vendors a prebuilt Sentry.xcframework by default; SENTRY_USE_XCFRAMEWORK=0 restores the source build).

💡 Motivation and Context

Updates to match the changes in #6413

💚 How did you test it?

Manual

📝 Checklist

  • I updated the docs if needed.
  • No breaking changes.

🔮 Next steps

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>
@github-actions

Copy link
Copy Markdown
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • docs: Fix stale pod-install script names in CONTRIBUTING by antonis in #6495
  • chore(deps): update CLI to v3.6.1 by github-actions in #6493
  • chore(deps): update JavaScript SDK to v10.67.0 by github-actions in #6494
  • chore(deps): update JavaScript SDK to v10.66.0 by github-actions in #6471
  • chore(deps): update Maestro to v2.7.0 by github-actions in #6481
  • chore(ios): Bump iOS binary size limit to 1650 KiB by antonis in #6485
  • chore(deps): bump tar from 7.5.16 to 7.5.20 by dependabot in #6483
  • chore(deps): bump shell-quote from 1.8.4 to 1.10.0 by dependabot in #6484
  • chore(deps): bump the codeql-action group with 3 updates by dependabot in #6475
  • chore(deps): bump brace-expansion from 1.1.13 to 1.1.16 by dependabot in #6482
  • chore(deps): bump axios from 1.16.0 to 1.18.1 by dependabot in #6479
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by dependabot in #6476

🤖 This preview updates automatically when you update the PR.

@github-actions

Copy link
Copy Markdown
Contributor
Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 19237a4

@antonis
antonis marked this pull request as ready for review July 22, 2026 06:57
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.

1 participant