[error] Module ‘cloud_firestore’ not found on xcode while using flutter.

Happy Jiwon·2024년 10월 13일
1

Error

목록 보기
3/3

에러
Failed to build iOS app
Parse Issue (Xcode): Module 'cloud_firestore' not found

~/ios/Runner/GeneratedPluginRegistrant.m:11:8

첫번째 방법 (나는 해결안됨)
flutter clean && rm -rf Pods && rm Podfile.lock Podfile
cd ios
rm -rf Pods
rm Podfile.lock Podfile
flutter run

두번째 방법 (성공)

  • ios 파일 백업 해두기 (ios/runner/info.plist 포함)
  • ios 폴더 삭제하기
  • flutter create . 입력
  • 백업해둔 폴더 안에 info.plist 파일 덮어쓰기
  • flutter run
profile
공부가 조은 안드로이드 개발자

0개의 댓글