Skip to content
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

Unclear Error message: Error: The pod "Firebase/Analytics" required by the plugin "firebase_analytics" requires a higher minimum iOS deployment version than the plugin's reported minimum version. #148411

Closed
stephane-archer opened this issue May 15, 2024 · 6 comments
Labels
a: build Building flutter applications with the tool r: solved Issue is closed as solved team-ecosystem Owned by Ecosystem team tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@stephane-archer
Copy link

stephane-archer commented May 15, 2024

Use case

$ flutter run macos
Error: The pod "Firebase/Analytics" required by the plugin "firebase_analytics" requires a higher minimum iOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "firebase_analytics", or contact the plugin's developers for assistance.
Error: Error running pod install

The error message is unclear and inexact.

  1. it's not a minimum iOS deployment version but a minimum MacOS deployment version
  2. what is the current requirement and what is the requirement of the plugin?

Proposal

improve the error message

@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label May 15, 2024
@danagbemava-nc
Copy link
Member

Closing this as a duplicate of #146744.

@danagbemava-nc danagbemava-nc closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
@danagbemava-nc danagbemava-nc added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels May 15, 2024
@stephane-archer
Copy link
Author

@danagbemava-nc sorry, I didn't notice it was the same error as last time.

@stuartmorgan
Copy link
Contributor

I'm not sure this error is actually correct. Could you provide your full verbose build output?

@stuartmorgan stuartmorgan reopened this May 16, 2024
@stuartmorgan stuartmorgan added waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds tool Affects the "flutter" command-line tool. See also t: labels. a: build Building flutter applications with the tool team-ecosystem Owned by Ecosystem team and removed r: duplicate Issue is closed as a duplicate of an existing issue labels May 16, 2024
@stephane-archer
Copy link
Author

@stuartmorgan Deleting Pods and pod.lock solves the issue on my side once again so I can't send you the full output.
If you play with "firebase_analytics" and update the required version you should be able to reproduce quite easily, that package generates more warning than any other package in my experience, the finest flutter package for MacOS <3
If you want more context, I'm happy to answer your questions to help you investigate.

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 16, 2024
@stuartmorgan
Copy link
Contributor

Without being able to see the specific versions of the pods you had I won't be able to determine if the error message was correct, so closing.

@stuartmorgan stuartmorgan closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@danagbemava-nc danagbemava-nc added the r: solved Issue is closed as solved label May 17, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: build Building flutter applications with the tool r: solved Issue is closed as solved team-ecosystem Owned by Ecosystem team tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

3 participants