flutter xcodebuild: error: Could not resolve package dependencies:
checksum of downloaded artifact of binary target 'FirebaseFirestore' (4a0070c4bf7e5ab59359dd8a0e68f402f3ec6c1e189fc39cc44ca88418f26ac4) does not match checksum specified by the manifest
위와 같은 FirebaseFirestore 패키지 오류가 났었는데, Xcode 캐시 지우고, Flutter 재빌드하고 해봤는데 아무런 소용이 없었다.
나의 경우는 Xcode 의 의존성 패키지를 업데이트하니깐 관련 오류가 해결이 되었다.
참고 : https://stackoverflow.com/a/72632113/3897810
반응형
'Dev > Flutter' 카테고리의 다른 글
[Flutter] Tabbar TextStyle Custom (0) | 2023.08.21 |
---|---|
[Flutter] 빌드시 발생하는 BuildConfig 에러 (0) | 2023.08.01 |
[Flutter] FirebaseMessaging background 수신 이슈 / Flutter3.3 이상 (0) | 2023.07.03 |
[Flutter] 자주 사용하는 명령어 (0) | 2023.07.03 |
[Flutter] 오류 해결(기타) (0) | 2023.06.30 |