Victor
Victor

Reputation: 375

"CommandError: No iOS devices available in Simulator.app" Expo error

I updated my Macbook to Sonoma and I really regret it. I have an Expo App created using the latest versions of everything. I had just created it before the OS upgrade. Everything was running fine. After the upgrade, a series of problems keep coming up.

Does anyone have any idea of how to fix this? I searched online and could not find any mention of this error anywhere. It's been a nightmare!

Update I ran killall Simulator then open -a Simulator and finally npm start and it did the trick. Finally! I also added an iPhone 14 Pro to the simulator. I haven't tried on the iPhone 15 Pro yet. I'll leave it as it is for now while it's working.

Upvotes: 9

Views: 15524

Answers (2)

ekpono
ekpono

Reputation: 242

For those getting this error:

Error screen when ios simulator is not found

Go to Xcode > Settings > Components

Then click on iOS (<17.5>) and Get.

When the download is finished, go back to your editor and click i

Upvotes: 6

izanf
izanf

Reputation: 106

Probably you need add a new simulator device. You can see how do this on here: https://developer.apple.com/documentation/safari-developer-tools/adding-additional-simulators

Upvotes: 8

Related Questions