Skip to content

Remove committed .xcode.env.local with personal Node path - #258

Merged
Gonals merged 1 commit into
mainfrom
nicolas-remove-xcode-env-local
Sep 8, 2026
Merged

Gonals merged 1 commit into
mainfrom
nicolas-remove-xcode-env-local

Conversation

@NicolasBonet

@NicolasBonet NicolasBonet commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Details

Removes Example/macos/.xcode.env.local from version control. The file contains a machine-specific Node binary path (/Users/war-in/.nvm/versions/node/v20.10.0/bin/node) and is already covered by the **/.xcode.env.local rule in Example/.gitignore, but it was committed anyway when the macOS example was added. Removed with git rm --cached, so the ignore rule now takes effect and each developer's local copy stays untracked.

What this fixes

A committed .xcode.env.local overrides NODE_BINARY with a path that only exists on the original author's machine, which can break local macOS Example builds for everyone else. No related issue.

Checklist

  • I have described the bug/issue
  • I have provided reproduction in Example App
  • I have tested that solution works on Example App on all platforms:
    • Android
    • iOS
    • Web

Screenshots/Videos

N/A — removes an untracked-config file from git; no code or UI changes.

Example/.gitignore already ignores **/.xcode.env.local, but this file
was committed anyway and contains a machine-specific NODE_BINARY path.
@NicolasBonet
NicolasBonet requested a review from a team September 4, 2026 23:45
@melvin-bot
melvin-bot Bot requested review from Gonals and removed request for a team September 4, 2026 23:46
@Gonals
Gonals merged commit d7af789 into main Sep 8, 2026
5 of 6 checks passed
@os-botify

os-botify Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

🚀 Published to npm in 6.3.24 🎉

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.

2 participants