Skip to content

Instantly share code, notes, and snippets.

@muhozi
Created November 10, 2018 01:47
Show Gist options
  • Save muhozi/c7828a9025478684e69dbfdbcae6b9ed to your computer and use it in GitHub Desktop.
Save muhozi/c7828a9025478684e69dbfdbcae6b9ed to your computer and use it in GitHub Desktop.
Pod error
The issue is closed but in case if above answers don't work.
put this in console -> xcrun -k --sdk iphoneos --show-sdk-path
if the answer is
xcrun:_ error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: unable to lookup item 'Path' in SDK 'iphoneos'
then put this sudo xcode-select --switch /Applications/Xcode.app
Then pod install again
https://github.com/facebook/react-native/issues/18408#issuecomment-386696744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment