Skip to content

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

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!


→ Get my React Beginner's Handbook

→ I wrote 17 books to help you become a better developer:

  • C Handbook
  • Command Line Handbook
  • CSS Handbook
  • Express Handbook
  • Git Cheat Sheet
  • Go Handbook
  • HTML Handbook
  • JS Handbook
  • Laravel Handbook
  • Next.js Handbook
  • Node.js Handbook
  • PHP Handbook
  • Python Handbook
  • React Handbook
  • SQL Handbook
  • Svelte Handbook
  • Swift Handbook
...download them all now!

Also, JOIN MY CODING BOOTCAMP, an amazing cohort course that will be a huge step up in your coding career - covering React, Next.js - next edition February 2025

Bootcamp 2025

Join the waiting list