Flutter doctor should require cocoapods 1.5.0
pq opened this issue · 5 comments
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
This is great. Thanks!
@neiljaywarner #16971 should have introduced warnings if the installed version is < 1.5.0
Is this not the case?
Thanks @neiljaywarner. It looks like we're still pointing here from known issues in our README:
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.