taejaehan / Cordova-Kakaotalk-Plugin

Cordova-Kakaotalk-Plugin Login / Share (IOS, Android)
MIT License
24 stars 33 forks source link

ios build 시 kakaoopen sdk 를 찾지 못하는 현상 발생 #10

Open yoosanghyeon opened 5 years ago

yoosanghyeon commented 5 years ago

ios build 시 kakaotalk 오픈 sdk object-c 코드가 를 찾지 못하는 현상이 발생합니다. 따로 설정해줘야 하는것이 있는지 궁금합니다.

kotran88 commented 5 years ago

'KakaoOpenSDK/KakaoOpenSDK.h' file not found 문제죠? -all load 해줘도 똑같은 문제 발생하네요 저도..

kotran88 commented 5 years ago

"-all_load" "-force_load $(SRCROOT)/KakaoOpenSDK.framework/KakaoOpenSDK"

둘다 추가해도 안되네요 ;;;

ghost commented 5 years ago

Bridging Header에서 Path 잡아 주던지, 그래도 안되는경우에는 Frmaeworks 폴더의 카카오SDK 완전 삭제하신 다음 -> Frmaeworks 폴더는 남아있으니 다시 SDK를 복사해서 넣으세요! (Copy items if needed 체크!)

Macfa commented 4 years ago

@ghost 님 감사합니다. 덕분에 해결했습니다.

/??/??/git/application/{folder_name}/platforms/ios/{project_name}/Plugins/{kakaotalk_plugin}/KakaoOpenSDK.framework 경로에 가보니 Version 안에 Header 와 Resource 가 있어 그 2개를 Version 과 같은 경로에 넣으니 처리되었습니다.