ios configuration - .xcode.env.local

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): iOS

Hi everyone, when we compile for iOS, Expo creates a .xcode.env.local in the /ios folder looking like this
export NODE_BINARY="/opt/homebrew/Cellar/node/18.10.0/bin/node"

Do you know where that value comes from? Because on my Macbook Pro 2015 it simply points at a Node directory that doesn’t exist (so I would like to be able to update it) whereas on my Macbook Pro 2022 it points at the proper Node directory.

thanks for your help!

btw the directory is: “/usr/local/Cellar/node/17.4.0/bin/node” (on my Mac 2015)
whereas I have nothing there

anyone :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.