Flutter工程打包iOS报错

Flutter打包IPA报错Could not find an option named "track-widget-creation".
应该是flutter在debug模式和release模式dart语言表现出来的形态不一样导致的吧
在debug模式时支持热重载等更多的动态语言特性,在release模式上关闭掉了这些特性

$flutter build ios --release
posted @ 2019-06-28 09:58  痴人指路  阅读(1534)  评论(0编辑  收藏  举报