[Maverick] No simulator found with name "iPhone 13"
See original GitHub issueDescribe the bug
When trying to run a new Maverick project with Xcode 14, I get this:
npx ignite-cli new PizzaApp
cd PizzaApp
yarn ios
Ignite version
Maverick
Additional info
no
Issue Analytics
- State:
- Created a year ago
- Comments:11 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Workaround is to run:
Open Xcode workspace for existing project and select the device at the top
Select
Add Additional Simulators...
from the menuCreate an
iPhone 13
simulatorRun
yarn ios
oryarn expo:start
and you’re good to go