안녕하세요. 현재 개발 환경은 아래와 같습니다.
디벨로퍼스 ID : 763219
SDK 버전 : 2.16.0
Xcode 버전 : 14.3.1
iOS Deployment Target : 14.0
Minimum Deployments : 14.0
‘ASWebAuthenticationSession’ is only available in iOS 12.0 or newer
‘prefersEphemeralWebBrowserSession’ is only available in iOS 13.0 or newer
‘connectedScenes’ is only available in iOS 13.0 or newer
‘UIWindowScene’ is only available in iOS 13.0 or newer
Error Code
AuthController {
public var authenticationSession : ASWebAuthenticationSession? [Line 60]
if let error = error as? ASWebAuthenticationSessionError { [Line 233]
let authenticationSession = ASWebAuthenticationSession(…) [Line 305]
} 등등…
Build 시에 위와 같은 오류가 발생되는데 혹시 원인을 알 수 있을까요?
감사합니다.