Created
November 10, 2018 01:47
-
-
Save muhozi/c7828a9025478684e69dbfdbcae6b9ed to your computer and use it in GitHub Desktop.
Pod error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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