Skip to content

How to fix the `iphoneos cannot be located` error in macOS

New Course Coming Soon:

Get Really Good at Git

A quick guide to how I solved a confusing React Native error

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!

Are you intimidated by Git? Can’t figure out merge vs rebase? Are you afraid of screwing up something any time you have to do something in Git? Do you rely on ChatGPT or random people’s answer on StackOverflow to fix your problems? Your coworkers are tired of explaining Git to you all the time? Git is something we all need to use, but few of us really master it. I created this course to improve your Git (and GitHub) knowledge at a radical level. A course that helps you feel less frustrated with Git. Launching Summer 2024. Join the waiting list!
→ Get my React Beginner's Handbook
→ Read my full React Tutorial on The Valley of Code

Here is how can I help you: