Skip to content
Discussion options

You must be logged in to vote

Hey @chip2n & @antoinepemeja
I think there's something wrong with the latest iOS version (16.4) that's why it's not being launched correctly.

I suggest for now using an older iOS version to do your tests.
Here's the script you need to use to create and launch another simulator:

DEVICE=$(xcrun simctl create test-device com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max com.apple.CoreSimulator.SimRuntime.iOS-15-4)

open -a Simulator --args -CurrentDeviceUDID $DEVICE

And you cal always see the installed ones by running xcrun xctrace list devices

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@antoinepemeja
Comment options

Answer selected by mohammedbabelly20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants