79708771

Date: 2025-07-21 08:31:45
Score: 2
Natty:
Report link

Since flutter 3.29, impeller is mandatory on ios, as it is mentionned here :

https://docs.flutter.dev/perf/impeller

If you are on a MAC OS VM on VMWARE workstation (pro or not) you CANNOT enable GPU passtrough.
So you cannot use ios SIMULATOR on that VM MAC OS.

In conclusion, since flutter 3.29, you MUST use a physical MAC OS computer to BUILD and test and RELEASE a flutter ios application.

Maybe there is a way to do it with QEMU on a Ubuntu computer that host a MAC OS VM, but I haven't tried yet.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: VincentK