先在项目目录下运行
flutter build ios --release
再到xcode下进行打包
如果不进行build命令,则在xcode下会报错:
flutter Could not find an option named "track-widget-creation".
具体打包方法:
https://github.com/bingoogolapple/bingoogolapple.github.io/issues/46
先在项目目录下运行
flutter build ios --release
再到xcode下进行打包
如果不进行build命令,则在xcode下会报错:
flutter Could not find an option named "track-widget-creation".
具体打包方法:
https://github.com/bingoogolapple/bingoogolapple.github.io/issues/46