I want create a build archive for iOS but I get error "
can not Module 'firebase_analytics' not found"
App is working on emulator and device and release iOS is okay but can not create a build archive for iOS.
flutter build ios --release
Building net.sataspes.spbudget for device (ios-release)...
Automatically signing iOS for device deployment using specified development team in Xcode project: B4WPFSSJDR
Running pod install... 2.9s
Running Xcode build...
├─Building Dart code... 42.2s
├─Generating dSYM file... 0.2s
├─Stripping debug symbols... 0.1s
├─Assembling Flutter resources... 1.8s
└─Compiling, linking and signing... 26.4s
Xcode build done. 1327.0s
Built /Users/sataspesco/Documents/MyProjects/SPBudget/spbudget/build/ios/iphoneos/Runner.app.
I already do "flutter clean" and "rm Podfile.lock" and "pod install" but always I get not find for for firebase (analytics and auth and core and ...)
Can someone help me?