diff --git a/ios/Runner/CarPlaySceneDelegate.swift b/ios/Runner/CarPlaySceneDelegate.swift index a75dcac..7cc9034 100644 --- a/ios/Runner/CarPlaySceneDelegate.swift +++ b/ios/Runner/CarPlaySceneDelegate.swift @@ -14,6 +14,7 @@ import UIKit * Note: the com.apple.developer.carplay-audio entitlement must be enabled in the * Apple Developer Portal and added to the target in Xcode Signing & Capabilities. */ +@available(iOS 14.0, *) class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate { private var carPlayInterfaceController: CPInterfaceController?