Код: Выделить всё
[IMPORTANT:flutter/shell/platform/darwin/ios/ios_context.mm(30)] Software rendering is incompatible with Impeller.
Software rendering may have been automatically selected when running on a simulator in an environment that does not support Metal. Enabling GPU passthrough in your environment may fix this.
< /code>
Приложение работает, но оно показывает только черный экран. Я пытался запустить приложение с помощью Flutter Run-no-enable-impeller
Код: Выделить всё
FLTEnableImpeller
< /code>
, но все же имеет такую же ошибку. Flutter Doctor
Подробнее здесь: https://stackoverflow.com/questions/795 ... lutter-app