Skip to content

[Flutter Integration Test] module 'cloud_firestore' not found #1014

Closed Answered by Mayb3Nots
Mayb3Nots asked this question in Q&A
Discussion options

You must be logged in to vote

Adding this to pre-test script fixed my problem.

cd ios
pod cache clean --all
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
flutter clean
flutter pub get
pod install

Replies: 3 comments 19 replies

Comment options

You must be logged in to vote
9 replies
@Mayb3Nots
Comment options

@himesh-cm
Comment options

@Mayb3Nots
Comment options

@himesh-cm
Comment options

@Mayb3Nots
Comment options

Comment options

You must be logged in to vote
10 replies
@himesh-cm
Comment options

@Mayb3Nots
Comment options

@himesh-cm
Comment options

@Mayb3Nots
Comment options

@himesh-cm
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mayb3Nots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
flutter Queries Related to Flutter testing Queries Related with Testing
2 participants