Hi everyone, wondering if anyone can help me with an issue I have when I download my FlutterFlow code and try to run it for iOS emulator (Android works fine btw).
Here are the steps I'm following:
Download code from FlutterFlow
Open project in android studio
run flutter pub get (I get a collection version dependency issue that I resolve following the suggestion: flutter pub add collection:^1.18.0)
flutter pub get result is: Changed 203 dependencies!
107 packages have newer versions incompatible with dependency constraints.
I run this project for Android and runs ok.
I try to compile for iOS using iPhone 15 Pro Max emulator and I get the following FirebaseStorage issue:
I use Firebase storage in my project so not sure if it's a version issue, but I'm at a loss on trying solutions. Any ideas?
Note: I'm running Xcode: 15.2 and a FirebaseStorage pod v10.18.0.
UPDATE: Issue turned out to be a bug in FirebaseStorage pod. Flutterflow recorded this issue here: https://github.com/FlutterFlow/flutterflow-issues/issues/2445 and I have tried today and it appears resolved. Although FlutterFlow mentioned this is a workaround and they will follow up with a definitive solution later on.