Flutter run on iOS simulator never finishes #1586
-
I'm trying to run my Flutter integration tests on an iOS simulator. The xcode build finishes, but the test never starts because (I assume) it's waiting for the simulator to finish launching. After 12 minutes, it times out. I've tried connecting via SSH, launching the emulator manually and then trying to execute Here's the config:
The log for the test stage is basically (I have removed most loading messages):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, since 1 week I have this issue too, before everything worked very well. https://codemagic.io/app/637280308067d0d1955fd3c0/build/64480f9c1656648db830b515
Thank you |
Beta Was this translation helpful? Give feedback.
-
Hey @chip2n & @antoinepemeja I suggest for now using an older iOS version to do your tests.
And you cal always see the installed ones by running |
Beta Was this translation helpful? Give feedback.
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:
And you cal always see the installed ones by running
xcrun xctrace list devices