执行flutter build ios --release命令时报错:
Automatically assigning platform 'iOS' with version '8.0' on target 'Runner' because no platform was specified. Please specify a platform for this target in your Podfile. See 'https://guides.cocoapods.org/syntax/podfile.html#platform'.
解决方法:
修改ios目录下podfile文件,去掉#如图
之后重新执行flutter build ios --release,成功。
注意:由于网络原因执行命令的时候遇到了一些链接第三方库失败或者超时的问题,只需要多执行几次就可以了,也可以尝试复制github的地址到浏览器中看看是否可以打开
网友评论