Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- com.google.GIDSignIn
- riot api dart
- docker overview
- flutter bloc
- flutter ios 폴더
- Architectural overview
- flutter widget
- 파이썬
- flutter
- lol api dart
- 파이썬 부동소수점
- widget
- swift 동시성
- dart.dev
- dart new 키워드
- leetcode dart
- dart
- 롤토체스 api dart
- 발로란트 api dart
- tft api dart
- valorant api dart
- dart new
- generate parentheses dart
- keychain error
- PlatformException(sign_in_failed
- AnimationController
- flutter statefulwidget
- flutter android 폴더
- 롤 api dart
- swift concurrency
Archives
- Today
- Total
목록keychain error (1)
Coaspe
Flutter/에러 - PlatformException(sign_in_failed, com.google.GIDSignIn, keychain error, null)
PlatformException(sign_in_failed, com.google.GIDSignIn, keychain error, null) 위의 에러가 저를 며칠동안 괴롭혔습니다. 저런 로그가 발생하며 FlutterFire GoogleSignIn이 완료되지 않았습니다. 해결 방법은 간단합니다. Xcode로 ios 폴더를 열고 Runner를 클릭하면 Signing & Capabilities가 있습니다. 여기에 Keychain Sharing이라는 것이 있는데, 제 프로젝트에서는 무슨 문제가 있었는지 저 안의 내용이 아무것도 없었습니다. Keychain Sharing을 확장시킨 후 Keychain Groups을 추가시켜주시면 에러가 해결됩니다.
Flutter/에러
2023. 2. 17. 13:55