Replies: 2 comments 3 replies
-
Hi, I just tested it and it works as expected. Try my steps below and let me know if it is still not working for you:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm tentatively closing the discussion due to a lack of activity. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
xcode: 15.0
readonly DEVICE_NAME=Flutter-iPhone
readonly DEVICE=com.apple.CoreSimulator.SimDeviceType.iPhone-15
readonly OS=com.apple.CoreSimulator.SimRuntime.iOS-17-0
DEVICE_ID=$(xcrun simctl create "$DEVICE_NAME" "$DEVICE" "$OS") && xcrun simctl boot "$DEVICE_ID" && open -a Simulator --args -CurrentDeviceUDID "$DEVICE_ID"
This device type never launches or loads for very long time. Older versions fine. It is needed for integration tests.
Expected results
Should load instantly
Actual results
Simulator never loads
Build id (optional)
654ce749d110cf5434f610b5
Beta Was this translation helpful? Give feedback.
All reactions