Flutter Xcode 提示 The code signature version is no longer supported错误的解决

Flutter Xcode环境搭建视频访问 https://www.bilibili.com/video/BV1S4411E7LY?p=19

Flutter+Getx仿小米商城项目访问: https://www.itying.com/goods-1176.html

Flutter 下面 升级xcode支持的手机类型后提示:

The code signature version is no longer supported错误的解决

The code signature version is no longer supported错误的解决

codesign.png

Xcode点击: TARGETS–Building Setting-- OTHER_CODE_SIGN_FLAGS

在你的调试模式下 添加:

–generate-entitlement-der 注意 有两个- 如下 sigin.png

注意 有两个-


更多关于Flutter Xcode 提示 The code signature version is no longer supported错误的解决的实战教程也可以访问 https://www.itying.com/category-92-b0.html

回到顶部