当使用Flutter 框架打包iOS时出现ITMS-90338错误时的解决方案在当前项目根目录下进行如下操作:1 flutter clean2 flutter build ios --release3 open xcode4.重新打包