-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"downloaded archive of binary target 'grpc' does not contain a binary artifact" #256
Comments
and it does not contain any reference to a package |
do you find any solution? I have a similar problem |
Yes, the only thing that worked (after many days of searching online and trying a million things) was to move the |
I have this problem. There is a solution? |
did you find any solution? |
I had this problem yesterday, and saw this thread with no answers during my search. There is no answer to this anywhere online so I figured I'd come and add my answer which solved it for me. When building a flutter app in xcode, all dependencies are pulled from the pubspec.yaml file. The problem I ran into was that I had mistakenly added the firebase-ios-sdk dependency within Xcode itself, and this was causing my project to try to build the app with discrepancies about where to download firebase. Removing the firebase-ios-sdk from xcode solved the issue. |
When I try to build a Flutter project in Xcode that uses Google APIs, the build fails with this error:
I have tried many combinations of deleting
Pod.lock
,Pods
,DerivedData
, etc.;flutter clean
; cleaning the build in Xcode, etc., but I can't seem to fix this.I downloaded the zipfile, and it exists and contains binaries.
The text was updated successfully, but these errors were encountered: