-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ERROR] Stored properties cannot be marked potentially unavailable with '@available' #326
Comments
라이브러리에서 카카오 SDK 버전을 |
네이티브 SDK에 별다른 breaking change가 없다면 제가 PR을 올려볼 수 있을것 같아요. |
해당 사항 때문에 저도 머리를 싸매고 있는데 혹시 별다른 해결 방안이 없을까요? |
어떻게 2.11.1로 업데이트 하는가요? |
지금 해당 이슈로 저도 골머리 앓고 있는데, 도움이 되실지는 모르겠지만 저 나름대로 임시방편으로 2.11.1 강제 업데이트해서 진행한 내용을 적어봅니다!
이렇게 진행했을 때 문제 없이 실행됐었습니다! |
혹시 KakaoSDKFriend 에서 Alamofire 를 못 찾는 에러는 안 나셨나요? |
올려보고있는데 저도 Alamofire 에러 납니다
|
카카오 SDK 버전을 2.11.1로 변경하여도 계속되는 오류 때문에 스트레스를 많이 받다가 제가 올린 이슈에 한해서 해결책을 찾은 거 같습니다. 한번 해보시면 좋을듯 합니다 먼저, sdk upgrade를 안해도 되고 기존 @react-native-seoul/kakao-login 버전도 그대로 유지했습니다. 다음으로, Xcode를 열어 Pods 폴더에서 KakaoSDKAuth의 AuthController.swift에서 다음과 같이 코드를 수정합니다. <추가 코드>
마지막으로, 수정 후 다시 빌드해 주세요. |
오 저도 전체 SDK 불러올필요가 없다 생각돼서 주석처리하고 빌드해보려고 합니다 (update) 근본적인 해결책이 아니라서 KakaoSDKFriend 사용하는 분들께는 도움이 되지 않을테니 아쉽습니다.. |
README 보니, node_modules 수정하는 대신 카카오 SDK 버전을 직접 지정할 수 있는 방법을 마련해두셨더라구요. Podfile 전역에 선언해두면 됩니다
|
이 문제에 대한 해결된 버전을 업데이트 하실 계획이 있을까요? |
저의 경우는 다음과 같이 해결하였습니다.
|
아래 명령 Podfile 에 추가 |
Version of kakao-login libraries
5.1.1
Version of react-native
0.69.5
Platforms you faced the error (IOS or Android or both?)
ios
Expected behavior
시뮬레이터 실행
Actual behavior
KakaoSDKAuth AuthController.swift 파일에서 Stored properties cannot be marked potentially unavailable with '@available' 에러발생
Tested environment (Emulator? Real Device?)
Xcode 14
ios Emulator
스크린샷
The text was updated successfully, but these errors were encountered: