Skip to content

Commit af4ee69

Browse files
committed
[futurepress#100] iOS updates (New Arch)
1 parent 9580721 commit af4ee69

File tree

3 files changed

+242
-249
lines changed

3 files changed

+242
-249
lines changed

example/ios/.xcode.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
# Customize the NODE_BINARY variable here.
99
# For example, to use nvm with brew, add the following line
1010
# . "$(brew --prefix nvm)/nvm.sh" --no-use
11+
12+
# To allow finding Node installed via NVM.
13+
export NVM_DIR="$HOME/.nvm"
14+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
15+
1116
export NODE_BINARY=$(command -v node)

0 commit comments

Comments
 (0)