crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
358 stars 135 forks source link

안드로이드 빌드 시 리소스 못찾는 현상 #184

Closed iKoru closed 3 years ago

iKoru commented 3 years ago

Version of kakao-login libraries

2.10.1

Version of react-native

0.63.3

Platforms you faced the error (IOS or Android or both?)

android

Expected behavior

빌드 정상완료

Actual behavior

(아래가 gradlew assembleRelease 명령어 실행 시 나타나는 오류입니다.) 보시면 리소스파일을 찾으려고 하는데 실패하고있습니다. 근데 실제로 저 경로에 가보면 파일이 있고, 잘 열리기도 해서 왜 문제가 되는지 모르겠습니다. 여기에는 -ro 파일만 옮겨놨지만 ru, te, tl 등 유사한 경로의 파일을 모두 못찾고있습니다. 혹시나 해서 sudo로 실행도 해봤는데 마찬가지네요ㅜ 혹시 이런 현상 있으셨던분 안계신가요??

Task :react-native-seoul-kakao-login:verifyReleaseResources FAILED

FAILURE: Build failed with an exception.

Tested environment (Emulator? Real Device?)

macOS, Big Sur

iKoru commented 3 years ago

확인해보니 해당 리소스가 root권한으로 생성되어있었네요. 삭제하고 다시 인스톨했습니다ㅜㅜ