Hey Jonathon, After running this, I get the following error. Warning: CocoaPods is installed but broken. Skipping pod install. I am trying to run from mac book to my connected iphone. Would you have any idea on how to resolve this?
@jonathanscottmunday3 күн бұрын
Hello, apologies for the late response, have you tried these steps in order? flutter upgrade sudo gem uninstall cocoapods sudo gem install cocoapods rm -rf ios/Pods ios/Podfile.lock cd ios pod install cd .. flutter clean flutter pub get flutter run Let me know if you have any further or any current errors regarding anything and I will get back to you asap