One_KWS

Xcode iOS 빌드시 NSInvalidArgumentException 해결 본문

이슈

Xcode iOS 빌드시 NSInvalidArgumentException 해결

One-Kim 2023. 3. 22. 22:35

이슈 내용

Unity로 iOS 빌드를 할 때 Xcode에서 아래와 같은 오류가 발생했다.

Uncaught exception: NSInvalidArgumentException: You must specify |clientID| for |GIDSignIn|

 

해결 방법

GoogleService-Info.plist Target Membership UnityFramework에서 Unity-iPhone으로 변경한다.

참고

https://github.com/googlesamples/google-signin-unity/issues/63

'이슈' 카테고리의 다른 글

iOS로 Platform 변경후 빌드시 오류 해결  (0) 2023.03.22