The error occurs during installation when building the iOS of a new Flutter project.
It seems to be an error related to Google Maps, so I defined only google_maps_flutter in pubspec.yaml and tried building on iOS. The error did not occur, and the installation was successful.
Environment details
google_navigation_flutter 0.3.0
MacOS 14.0
Flutter SDK: 3.22.3
Steps to reproduce
Create new Flutter project
Define google_navigation_flutter in pubspec.yaml
Build on iOS
The build succeeds, but the following error occurs when installing on the simulator or actual device
The error occurs during installation when building the iOS of a new Flutter project. It seems to be an error related to Google Maps, so I defined only google_maps_flutter in pubspec.yaml and tried building on iOS. The error did not occur, and the installation was successful.
Environment details
Steps to reproduce