Flutter Xcode 提示 The code signature version is no longer supported错误的解决
Flutter 下面 升级xcode支持的手机类型后提示:
The code signature version is no longer supported错误的解决
The code signature version is no longer supported错误的解决
Xcode点击: TARGETS–Building Setting-- OTHER_CODE_SIGN_FLAGS
在你的调试模式下 添加:
–generate-entitlement-der
注意 有两个-
如下
注意 有两个-