未处理的异常 iOS 12.5.5 当 运行 在物理设备上使用 XCode Flutter

Unhandled Exception iOS 12.5.5 when running Flutter on physical device using XCode

我正在尝试 运行 在物理设备上使用 XCode 的 Flutter 应用程序,但似乎不支持当前设备版本 12.5.5

我从 DeviceSupport 中找到的 12.4 版本文件夹创建了一个 12.5 版本,重新启动 XCode,但它显示相同的错误。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.5

Unhandled Exception: SignInWithAppleNotSupportedException(Unsupported platform version: iOS 12.5.5)
#0      MethodChannelSignInWithApple.getAppleIDCredential (package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dart:86:7)
<asynchronous suspension>

似乎只有版本 13 及更高版本支持 Apple Login。