Flutter打包IPA報錯Could not find an option named "track-widget-creation".
應該是flutter在debug模式和release模式dart語言表現出來的形態不一樣導致的吧
在debug模式時支持熱重載等更多的動態語言特性,在release模式上關閉掉了這些特性
$flutter build ios --release
Flutter打包IPA報錯Could not find an option named "track-widget-creation".
應該是flutter在debug模式和release模式dart語言表現出來的形態不一樣導致的吧
在debug模式時支持熱重載等更多的動態語言特性,在release模式上關閉掉了這些特性
$flutter build ios --release
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。