카카오 SDK 버전 및 의존성 변경 (Xcode 14 빌드 지원) #328
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요.
RN 커뮤니티를 향한 많은 기여에 감사한 마음으로 라이브러리를 이용하고 있습니다.
Xcode 14 환경에서 빌드 실패 현상 관련하여 (#326)
위 두가지 변경점을 포함한 Pull Request 드려봅니다.
의존성 변경에 대해
KakaoSDKFriend 모듈의 Alamofire 관련 문제를 해결하기 위한 목적으로 변경했지만
카카오 개발 문서를 살펴보니 카카오 로그인 기능을 구현하는데 필요한 개별 모듈은 아래 3개이며
모든 모듈을 설치할 필요는 없다고 생각되어 변경을 요청드리게 되었습니다.
카카오 로그인 - 모듈 설정

모듈간 의존성

테스트
KakaoLoginExample 앱을 Xcode 14에서 iPhone 14 Pro 시뮬레이터에 빌드하는 데에는 문제가 없었습니다. (M1 Pro)
동작까지 테스트 해보고 싶었지만 예제앱의 JS 번들링에 문제가 있었고, 이걸 해결하는데 시간이 좀 걸릴 것 같아 우선 PR을 올려 검토를 요청드리게 되었습니다.
(예제앱에서
@react-native-seoul/kakao-login
모듈 resolve 하지 못함)