에러내용
‘Your app is missing support for the following URL schemes: com.googleusercontent.app’
해결방법
Googl Sign In을 사용하기 위한 URL scheme을 추가해줘야 합니다.
- GoogleService-Info.plist' 파일 내의 REVERSED_CLIENT_ID 값을 복사합니다.
- Xcode 에서 Targets > Info > URL Types 에서 하단의 + 아이콘을 선택하여 신규 URL scheme을 추가한뒤, 위에서 복사한 값을 넣어줍니다.