Skip to content

Instantly share code, notes, and snippets.

@m0un10
Last active November 28, 2019 07:34
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 m0un10/27c5e26716a7f68ae3a3cee849f94929 to your computer and use it in GitHub Desktop.
Save m0un10/27c5e26716a7f68ae3a3cee849f94929 to your computer and use it in GitHub Desktop.

The annoying time things failed on the terminal

...and how I fixed it :)

The below fixes are for things failing on Mac.

(But, in some cases, could be cross-platform issues too.)

Getting started with React Native

Got SDK "iphoneos" cannot be located when running pod install via react-native init <project>.

Fixed by installing XCode in the App Store and then running this:

sudo xcode-select --switch /Applications/Xcode.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment