반응형
-canOpenURL: failed for URL: "naversearchapp://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "naversearchthirdlogin://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "naversearchapp://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "naversearchapp://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "naversearchapp://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
+[NaverThirdPartyLoginConnection sizeWithText:withFont:]: unrecognized selector sent to class 0x1001bddd0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NaverThirdPartyLoginConnection sizeWithText:withFont:]: unrecognized selector sent to class 0x1001bddd0'
시뮬레이터를 사용중이시라면, 시뮬레이터에 네이버앱이 깔려있지 않아서입니다. 실 기기를 통해 확인 해보시면 되실겁니당
혹은 헤더파일에 추가하신 URL을 불러오지 못해서 그런것입니다. Appdelegate부분에 넣으신
instance?.serviceUrlScheme = ""
instance?.consumerKey = ""
instance?.consumerSecret = ""
instance?.appName = ""
요 부분에 직접 키 값을 넣으시면 될겁니다!
반응형
'iOS > iOS이모저모' 카테고리의 다른 글
[iOS] 왜 메인스레드에서만 UI 업데이트를 할까? (0) | 2024.05.28 |
---|---|
[AppStore 배포 이슈!] ITMS-91053: Missing API declaration (1) | 2024.03.22 |
앱스토어 등록시, must be composed of one to three period-separated integers. (0) | 2023.09.26 |
Xcode 단축키 모음 (0) | 2023.02.03 |
Github, Xcode 연동하기! Xcode에서 깃헙으로 올리기! (2) | 2023.01.21 |