Thanks for a detailed write-up! Do you know if the problem with Cocoapods is still an issue with Flutter on Catalina? Is it still necessary to install an old version?
I haven't looked into it in a while, but I guess the easiest way is to run $ gem install cocoapods and then do $ pod install, if you get errors relating to pods not being installed, then you can simply uninstall and follow my instruction and it should all work.
We're a place where coders share, stay up-to-date and grow their careers.
Thanks for a detailed write-up! Do you know if the problem with Cocoapods is still an issue with Flutter on Catalina? Is it still necessary to install an old version?
Thanks for reading it :)
I haven't looked into it in a while, but I guess the easiest way is to run
$ gem install cocoapods
and then do$ pod install
, if you get errors relating to pods not being installed, then you can simply uninstall and follow my instruction and it should all work.