티스토리 뷰
iOS
iOS) Xcode 14 업데이트 후 KakaoSDKAuth 업데이트(Stored properties cannot be marked potentially unavailable with @available)
hyun99999 2022. 9. 15. 18:44728x90
반응형
Xcode 14 업데이트 후 KakaoSDKAuth에서 저장 프로퍼티에 @available 이 붙는 곳에 다음과 같은 에러 메시지가 등장하였습니다.
Stored properties cannot be marked potentially unavailable with @available
에러를 해결하기 위해서 KakaoSDKAuth 를 업데이트 하였습니다.
다행히 검색해보니 데브톡에서 문의를 통해 Xcode 14 배타버전 때 문제를 발견하여 업데이트를 한 지 좀 되었습니다.
아래는 Xcode 14 의 릴리즈 노트에서 가져왔습니다.
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)
- 저장 프로퍼티는 잠재적으로 사용할 수 없는 정보를 가질 수 없지만
@available
을 통해서 이전 운영체제에서 충돌이 일어나는 경우가 있기 때문에 Swift 컴파일러는 모든 저장 프로퍼티에 대해서@available
을 일괄적으로 거부하게 되었다는 대략적인 이야기입니다.
728x90
반응형
'iOS' 카테고리의 다른 글
iOS) mutating 키워드는 무엇일까? (0) | 2022.09.26 |
---|---|
iOS) Live Activities 와 Dynamic Island 뉴스 살펴보기 (0) | 2022.09.25 |
iOS) CaseIterable 을 채택한 enum (0) | 2022.09.12 |
iOS) @available obsoleted 와 deprecated (0) | 2022.09.04 |
iOS) 함수는 1급시민(First Class Citizen) (0) | 2022.09.03 |
댓글
TAG
- IOS
- Swift
- YPImagePicker
- Widget
- WidgetKit
- projectsetting
- rxswift
- containerBackground
- async/await
- watchOS
- urlsession
- WWDC22
- Algorithm
- SwiftUI
- RxCocoa
- WWDC
- 서버통신
- APNS
- 2022 KAKAO TECH INTERNSHIP
- Notification
- Protocol
- Firebase
- Objective-C
- github
- MOYA
- UserDefaults
- MVVM
- configurable widget
- OpenSourceLibrary
- CloneCoding
최근에 올라온 글
최근에 달린 댓글
글 보관함
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
링크
- Total
- Today
- Yesterday