I am getting the following error after adding the geolocator package to my project.
Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Upgrading project.pbxproj
Legacy build system detected, removing /Users/xxxxxxxxxxxxxxx/Documents/development/android_studio_projects/Clima-Flutter/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
Project base configurations detected, removing.
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
CocoaPods not installed or not in valid state.
Error launching application on iPhone 11 Pro Max.
I am getting the following error after adding the geolocator package to my project. Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Upgrading project.pbxproj Legacy build system detected, removing /Users/xxxxxxxxxxxxxxx/Documents/development/android_studio_projects/Clima-Flutter/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings Project base configurations detected, removing. Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
CocoaPods not installed or not in valid state. Error launching application on iPhone 11 Pro Max.