Xcode12の最小サポートiOSバージョン
Xcode12がサポートするiOSのバージョン
Xcode12でiOSアプリをビルドすると、プロジェクトの警告が出る。
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.0.99.
Xcode12.01は最小サポートiOSバージョンが9.0になったようだ。
そのためプロジェクトのiOS Deployment Target設定を9.0に変更した。
参考
The Xcode 12 release supports on-device debugging for iOS 9 and later
Xcode 12 Release Notes | Apple Developer Documentation https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes