카카오 로그인 관련 질문입니다

문의 시 사용하시는 SDK 버전 정보를 알려주세요.

kakaoSDKCommon 2.11.1
kakaoSDKUser 2.11.1
KakaoSDKAuth 2.11.1 버전을 사용하고 있습니다.

저의 질문은 ios 를 사용하여 카카오 로그인을 구현하려고 하는데 위의3가지 모듈을 임포트해서 사용하고 있습니다.
이후 카카로 로그인을 하면

[Error: The operation couldn’t be completed. (KakaoSDKCommon.SdkError error 2.)]
위와같은 에러로그가 찍혀서 문의드립니다.

혹시 kakaoSDKFriend 모듈을 설치하면 오류가 생겨서 안깔았는데 해당 사항과 연관성이 있는지도 궁금합니다.

앱 id 는
200006 입니다.

상세로그는 아래와 같습니다.
Error: The operation couldn’t be completed. (KakaoSDKCommon.SdkError error 2.)
at promiseMethodWrapper (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:2046:45)
at login (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:96412:33)
at ?anon_0_ (http://localhost:8081/App.bundle?platform=ios&modulesOnly=true&app=org.reactjs.native.example.modealHybrid&dev=true&minify=false&runModule=true&shallow=true:32:106)
at next (native)
at asyncGeneratorStep (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:20416:26)
at _next (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:20435:29)
at anonymous (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:20440:14)
at tryCallTwo (/Users/distiller/react-native/sdks/hermes/build_iphoneos/lib/InternalBytecode/InternalBytecode.js:61:9)
at doResolve (/Users/distiller/react-native/sdks/hermes/build_iphoneos/lib/InternalBytecode/InternalBytecode.js:216:25)
at Promise (/Users/distiller/react-native/sdks/hermes/build_iphoneos/lib/InternalBytecode/InternalBytecode.js:82:14)
at anonymous (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:20432:25)
at apply (native)
at onMessage (http://localhost:8081/App.bundle?platform=ios&modulesOnly=true&app=org.reactjs.native.example.modealHybrid&dev=true&minify=false&runModule=true&shallow=true:37:26)
at anonymous (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:96342:82)
at apply (native)
at invokeGuardedCallbackProd (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:61552:21)
at apply (native)
at invokeGuardedCallback (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:61638:42)
at apply (native)
at invokeGuardedCallbackAndCatchFirstError (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:61641:36)
at executeDispatch (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:61705:48)
at executeDispatchesInOrder (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:61722:26)
at executeDispatchesAndRelease (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62828:35)
at executeDispatchesAndReleaseTopLevel (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62835:43)
at call (native)
at forEachAccumulated (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62166:18)
at runEventsInBatch (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62846:27)
at runExtractedPluginEventsInBatch (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62905:25)
at anonymous (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62886:42)
at batchedUpdates$1 (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:73476:20)
at batchedUpdates (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62817:36)
at _receiveRootNodeIDEvent (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62885:23)
at receiveEvent (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:62908:32)
at apply (native)
at __callFunction (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:2443:36)
at anonymous (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:2204:31)
at __guard (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:2394:15)
at callFunctionReturnFlushedQueue (http://192.168.0.57:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.modealHybrid:2203:21)

이상입니다. 답변 부탁드립니다. 감사합니다.

로그를 보니 토큰발급 시, KOE009에러가 다수 발생하고 있습니다.

디벨로퍼스앱에서 설정하신 iOS번들 ID와 프로젝트 번들ID가 일치하는지 확인 부탁드려요.

네 해결이 됐습니다. 감사합니다 ^^