shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
2.09k stars 124 forks source link

feat: support iOS simulator with `shorebird preview` #1432

Open LeFrosch opened 8 months ago

LeFrosch commented 8 months ago

As far as I can tell the shorebird preview command does not work with an iOS simulator. Since I do not one a physical iOS device this makes testing kinda hard.

eseidel commented 8 months ago

Correct. Shorebird currently only supports Release builds of Flutter, which do not work on an iOS simulator.

It would be possible for us to build Flutter Release mode for an iOS simulator (despite the Flutter project's current choice not to), but we haven't set that up yet.