hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
277 stars 22 forks source link

iOS FAQ: Xcode 12 doesn’t support iOS 14.7.1 #311

Open hhstore opened 2 years ago

hhstore commented 2 years ago

related:

hhstore commented 2 years ago

Xcode12 不支持 iOS 14.7.1

现象:

解决办法:

1. 手动添加设备支持.

步骤:

  1. 下载对应版本的 zip 包. 解压. 复制到 DeviceSupport 目录下.
  2. 重启 xcode, 选择 iPhone, 点击 Build, 能够识别手机版本. 证明 ok
  3. 切换到 flutter 下, 执行 flutter run. 正常编译. 结束.

# 打开本地 iOS 的设备支持目录: 
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

image

image

2. 升级 xcode: