question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Maverick] No simulator found with name "iPhone 13"

See original GitHub issue

Describe the bug

When trying to run a new Maverick project with Xcode 14, I get this:

CleanShot 2022-09-16 at 10 47 00@2x
npx ignite-cli new PizzaApp
cd PizzaApp
yarn ios

Ignite version

Maverick

Additional info

no

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

24reactions
jamonholmgrencommented, Sep 16, 2022

Workaround is to run:

yarn ios --simulator="iPhone 14"
5reactions
frankcalisecommented, Sep 17, 2022
  1. Open Xcode workspace for existing project and select the device at the top image

  2. Select Add Additional Simulators... from the menu image

  3. Create an iPhone 13 simulator image

  4. Run yarn ios or yarn expo:start and you’re good to go

Read more comments on GitHub >

github_iconTop Results From Across the Web

error no simulator available with name "iphone 13". info run cli ...
Open Project in Xcode. If Xcode > 9 run command react-native upgrade (this overwrites all your iOS configurations, use with caution!)
Read more >
React Native Change Default iOS Simulator Device
17 Answers 17 · 1) Rename your simulator, If simulator with same name but different iOS version. Xcode -> Window -> Devices and...
Read more >
Simulator refuses to connect to *.… | Apple Developer Forums
I am working on an iOS app that connects to a web service. ... Open Safari inside the Simulator, enter URL: http://my-computer-name.local.:8000/.
Read more >
Xcode 11 beta4: missing iOS13 simulators - Apple Developer
Today I cleaned up some old unused simulators on my Mac, by running "xcrun ... xcrun simctl list runtimes == Runtimes == iOS...
Read more >
Xcode unable to find a destination… | Apple Developer Forums
xcodebuild: error: Unable to find a destination matching the provided ... I have ios 14.4 simulator installed, not sure why xcode can only...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found