flutter/flutter

Flutter doctor should require cocoapods 1.5.0

pq opened this issue · 5 comments

pq commented

Flutter doctor should get updated to report an error for anything less than cocoapods 1.5.0 which is required for Swift flutter plugin projects (as reported in flutter/flutter-intellij#2134, #15173 and #16049).

/cc @mravn-google

pq commented

This is great. Thanks!

@mravn this issue is referenced from #16930 - so it is a little confusing if it is closed ... not sure whose end it needs updated on. @pq

@neiljaywarner #16971 should have introduced warnings if the installed version is < 1.5.0
Is this not the case?

pq commented

Thanks @neiljaywarner. It looks like we're still pointing here from known issues in our README:

image

but I think that entry is just stale. I'll go ahead and remove it. Thanks!

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.