maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
226 stars 125 forks source link

Pod install: CocoaPods could not find compatible versions for pod "MapLibreAnnotationExtension #279

Closed KostyaLocal closed 1 year ago

KostyaLocal commented 1 year ago

Error during Flutter iOS build, main branch [!] CocoaPods could not find compatible versions for pod "MapLibreAnnotationExtension": In snapshot (Podfile.lock): MapLibreAnnotationExtension (= 0.0.1-beta.2, ~> 0.0.1-beta.2)

  In Podfile:
    MapLibreAnnotationExtension

There are only pre-release versions available satisfying the following requirements:

    'MapLibreAnnotationExtension', '>= 0'

    'MapLibreAnnotationExtension', '= 0.0.1-beta.2, ~> 0.0.1-beta.2'

You should explicitly specify the version in order to install a pre-release version

Flutter (Channel stable, 3.10.6, on macOS 13.4.1 22F770820d darwin-x64, locale ru-RU)

KostyaLocal commented 1 year ago

Oh, found the solution on my own by looking at the history of recent changes. The string "pod 'MapLibreAnnotationExtension'" was removed from the podfile. Please update the manual. Thanks!