Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created January 31, 2023 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/47fa581379143d26ffb8b941d97f6969 to your computer and use it in GitHub Desktop.
Save callstack-bot/47fa581379143d26ffb8b941d97f6969 to your computer and use it in GitHub Desktop.
set -e
- WITH_ENVIRONMENT="../../node_modules/react-native/scripts/xcode/with-environment.sh"
- REACT_NATIVE_XCODE="../../node_modules/react-native/scripts/react-native-xcode.sh"
+ WITH_ENVIRONMENT="../../../node_modules/react-native/scripts/xcode/with-environment.sh"
+ REACT_NATIVE_XCODE="../../../node_modules/react-native/scripts/react-native-xcode.sh"
/bin/sh -c "$WITH_ENVIRONMENT $REACT_NATIVE_XCODE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment