Hello developers,
I've been building out my platform, mostly working on the Android side of a flutter app. Today I decided to make sure the iOS version wasn't getting too far behind, but when I attempted to build the app I began running into an issue I've never seen before, and after spending about 8 hours trying to figure this out, I feel like I'm more lost than when I began.
The error when trying to build:
Uncategorized (Xcode): Could not resolve package dependencies:
downloaded archive of binary target 'grpc' from
'https://dl.google.com/firebase/ios/bin/grpc/1.65.1/rc1/grpc.zip' does not
contain a binary artifact.
fatalError
This is a flutter app which uses firebase as a backend. I've been building with flutter/ios for about 6 years now and have never encountered this, and after searching google it appears that no one else aside from 2 people have either.
I found that there's a github repo which contains this dependency as well, so I was going to try to modify the URL from the google.com url to the github url, but I'm not surewhere I would look to change this reference.. or if this is even possible.
Does anyone have any experience with this error?