derTuca / flutter_google_places_picker

Google Places Autocomplete for Flutter
MIT License
18 stars 28 forks source link

iOS BUILD FAILED "userData not found on object of type GMSPolyline " when using it along with google_maps_flutter #37

Open yuva-dev opened 3 years ago

yuva-dev commented 3 years ago

The above error message is displayed when we try to compile the app for ios along with google_maps_flutter. One I remove this package from the dependancy list the error is resolved.

Please refer to the following thread for more details. https://github.com/flutter/flutter/issues/65102 https://github.com/flutter/flutter/issues/80678

Possible workaround https://github.com/flutter/flutter/issues/65102#issuecomment-832593347

I think you guys have a better chance of identifying the cause of this error and propose a solution for it.