Skip to content

fix: Resolve iOS Metro bundle URL#3960

Closed
mrousavy wants to merge 1 commit into
mainfrom
codex/fix-ios-metro-bundle-url
Closed

fix: Resolve iOS Metro bundle URL#3960
mrousavy wants to merge 1 commit into
mainfrom
codex/fix-ios-metro-bundle-url

Conversation

@mrousavy
Copy link
Copy Markdown
Owner

Summary

  • persist the Metro port from the iOS build into Info.plist
  • default simulator Debug launches to localhost: so react-native run-ios --port uses the correct Metro server with RNCore prebuilt
  • refresh the React-Core-prebuilt CocoaPods checksum generated by pod install

Verification

  • bun example pods
  • bun example ios -- --udid 109A1C99-34FC-4CB6-8562-934E6AEA05DC --port 8082
  • adb reverse tcp:8082 tcp:8082 && bun example android -- --port 8082
  • bun lint-swift

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-native-vision-camera-docs Ready Ready Preview, Comment May 28, 2026 4:04pm

Request Review

@mrousavy
Copy link
Copy Markdown
Owner Author

Closing this. I re-checked latest main with a clean Metro cache and the React Native patch applied; the AppDelegate/Info.plist changes are not needed. The actual reproducible issue was only the generated React-Core-prebuilt checksum in Podfile.lock being out of sync after pod install. Replaced by #3961.

@mrousavy mrousavy closed this May 28, 2026
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