首页 > 技术文章 > Flutter工程打包iOS报错

ligun123 2019-06-28 09:58 原文

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

$flutter build ios --release

推荐阅读