liodali / osm_flutter

OpenStreetMap plugin for flutter
https://pub.dev/packages/flutter_osm_plugin
MIT License
239 stars 98 forks source link

Failed to build iOS app #555

Closed GaryDUK closed 3 months ago

GaryDUK commented 3 months ago
Failed to build iOS app
Swift Compiler Error (Xcode): Value of type 'OSMView' has no member 'disableTouch'
/Users/garyd/.pub-cache/hosted/pub.dev/flutter_osm_plugin-1.2.0/ios/Classes/map_view/osm_map.swift:82:24

Same thing with the 1.1.. version

liodali commented 3 months ago

open terminal on ios folder and run pod update

liodali commented 3 months ago

duplicated check this #552

GaryDUK commented 3 months ago

Thanks (I'm an idiot for not checking closed issues)