Just a few weeks until the 2021 JavaScript Full-Stack Bootcamp opens.
Signup to the waiting list!
While installing React Native to run a project on iOS, I run into a problem.
I went into the project’s ios
folder to run pod install
as I was instructed to do.
But as I ran that command, I got a long error message back:
From this error I read the error: SDK "iphoneos" cannot be located
.
That looked suspicious, right?
So I researched a bit and what fixed the problem was running the command
sudo xcode-select --switch /Applications/Xcode.app
Then running pod install
again worked fine!
Download my free React Handbook
The 2021 JavaScript Full-Stack Bootcamp will start at the end of March 2021. Don't miss this opportunity, signup to the waiting list!
More react-native tutorials:
- How to solve the "unrecognized command run-ios" error with React Native
- How to fix the `iphoneos cannot be located` error in macOS
- How to fix the: "EMFILE: too many open files, watch" error in macOS