You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a new issue for this because the existing ones are all closed/locked and I cannot add to them.
I'm running into this issue all of a sudden when building/testing on the iOS simulator. I've been working on a feature that uploads files to Firebase storage for over a month now and had zero issues. Then suddenly, this last week, uploads start throwing this error every single test upload. I thought it was a code change but reverting to older code makes no difference.
The symptoms are very strange:
any test file of under about 3MB seems to work fine still
anything above roughly 3MB will fail every time with this error
after reading the other issues, it said mac restart may help - it didn't help for me
after reading the other issues, it said wiping the simulator may help - very strangely, that does help but for a single file only, the >3MB upload goes through, but then any subsequent uploads fail again with the same error
In Flutter, I am using:
firebase_storage: ^12.4.5
Which is loading iOS Pod:
Firebase/Storage (11.10.0)
Here are the related firebase-ios-sdk issues: #14392 #14124
Description
Opening a new issue for this because the existing ones are all closed/locked and I cannot add to them.
I'm running into this issue all of a sudden when building/testing on the iOS simulator. I've been working on a feature that uploads files to Firebase storage for over a month now and had zero issues. Then suddenly, this last week, uploads start throwing this error every single test upload. I thought it was a code change but reverting to older code makes no difference.
The symptoms are very strange:
In Flutter, I am using:
Which is loading iOS Pod:
Here are the related firebase-ios-sdk issues:
#14392
#14124
And related Flutterfire issues:
firebase/flutterfire#12973
firebase/flutterfire#16999
Code to repro is same as from all the issues but simplest is this one. Essentially:
Tagging some ppl from other issues in case they ever found the root cause/problem or a solution
@feinstein @tranvansang
Reproducing the issue
No response
Firebase SDK Version
11.10.0
Xcode Version
16.1
Installation Method
CocoaPods
Firebase Product(s)
Firestore, Storage
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: