-
Notifications
You must be signed in to change notification settings - Fork 49
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
Failed to build v11.0.0 #108
Comments
Experiencing same issue, seems recent as of this morning PST. |
same here. can't resolve nanopb dependency |
@Blackkadder This is working for us! Thanks!! |
Hi, thanks for reporting. I'm currently building the version with the fix, should be out in about an hour. |
Might take a bit more time than expected, a new version of the iOS SDK was released in parallel (11.1.0) which means we will need to update some other things. In the mean time you can remove this line from your Podfile
Sorry for the inconvenience, working on the fix |
Fix has been pushed, Cocoapods might need a bit of time to surface it through its CDN. I'll keep this issue open for the time being. |
after 16 hours
|
Hi @Lyokone
|
Note that this issue is essentially a duplicate of firebase/flutterfire#13228. As I noted here, you can comment the
If I choose not to comment out the pod line described, I get this instead:
|
If you delete this lines, from your
|
I've already done that. Sadly I get the other error described above, i.e., the one with the ❌ |
Same issue on my end right now. Tried downgrade to firebase_core: 3.3.0 -> 10.29.0. Also shows error. And with 11.0.0 [!] CocoaPods could not find compatible versions for pod "nanopb": In Podfile:
|
try
|
I added a constant to the Podfile |
It's working for me now. You all could retry. I've cleared my cache with
Successfully installed pods and launched the app 👍🏻 |
Its working for me now |
Closing this issue since it should be solved for everyone and you have a way to reset your local pods using firebase/flutterfire#13228 (comment) Thanks all for your patience. |
@Lyokone CDN: trunk Relative path: Specs/0/3/5/Firebase/11.1.0/Firebase.podspec.json modified during this run! Returning local
[!] CocoaPods could not find compatible versions for pod "Firebase/Messaging":
In Podfile:
Firebase/Messaging
firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) was resolved to 15.1.0, which depends on
Firebase/Messaging (= 11.0.0)
CocoaPods could not find compatible versions for pod "GoogleDataTransport":
In Podfile:
MLKitCommon (from `MLKitCommon.podspec.json`) was resolved to 8.0.0, which depends on
GoogleDataTransport (~> 9.0)
firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) was resolved to 15.1.0, which depends on
Firebase/Messaging (= 11.0.0) was resolved to 11.0.0, which depends on
FirebaseMessaging (~> 11.0.0) was resolved to 11.0.0, which depends on
GoogleDataTransport (~> 10.0) Can you provide a solution for this? |
@rohansohonee1 I also experience that on iOS. Do you use Google ML Kit via https://pub.dev/packages/google_ml_kit or one of its related packages? There's an open issue for this on Google's Issue Tracker: https://issuetracker.google.com/issues/362452861 Unfortunately, since ML Kit is not (entirely?) open source, you may want to report or monitor these issues there. This same thing happened before in October 2022. |
The text was updated successfully, but these errors were encountered: