이번 WWDC 이후 새로 나올 iOS16을 테스트 해보기 위해 베타버전인 Xcode 14.0 beta3 에서 테스트 후 요청드립니다.
해당 버전에서 KakaoSDKAuth 모듈의 AuthController 파일 43~44라인에 있는 @available 프로퍼티에 의해 빌드가 불가합니다.
Stored properties cannot be marked potentially unavailable with @available
Stored properties in Swift can’t have type information that is potentially unavailable at runtime. However, prior to Swift 5.7 the compiler incorrectly accepted @available attributes on stored properties when the property had either the lazy modifier or an attached property wrapper. This could lead to crashes for apps running on older operating systems. The Swift compiler now consistently rejects @available on all stored properties. (82713248) (FB9594187)
가능하다면 베타버전에서 테스트할 수 있게, 공식 iOS16버전 및 Xcode14.0 버전이 나오기 전에 해당 라이브러리가 수정되어 대응할 시간이 있으면 좋겠습니다.
pod ‘KakaoSDKCommon’, ‘2.11.3’ # 필수 요소를 담은 공통 모듈
pod ‘KakaoSDKAuth’, ‘2.11.3’ # 사용자 인증
pod ‘KakaoSDKUser’, ‘2.11.3’ # 카카오 로그인, 사용자 관리
pod ‘KakaoSDKTalk’, ‘2.11.3’ # 친구, 메시지(카카오톡)
pod ‘KakaoSDKStory’, ‘2.11.3’ # 카카오스토리