Dev/Flutter

[Flutter] iOS 빌드 오류 - XcodeBuild Error by Dependency Package

healthyryu 2023. 7. 24. 12:09

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

 

Xcode Failed to resolve dependency Firebase - GoogleAppMeasurement does not match requirement

I'm new to coding on Xcode and im trying to install Firebase on my project but i have an error that I don't know how to solve. I have followed all the instructions from Firebase but still have the ...

stackoverflow.com

 

 

반응형