maplibre / maplibre-navigation-ios

MapLibre Navigation SDK for iOS
Other
29 stars 27 forks source link

Cocoapods support #34

Open XanderD99 opened 2 months ago

XanderD99 commented 2 months ago

Since cocoapods will be removed by #24 , I already wanted to create this feature request.

We are attempting to use this package in a flutter application together with the Android implementation. Flutter for now however only supports cocoapods for plugin dependencies.

We have a "working" workaround for now. But it is already giving issues :)

Swift Compiler Error (Xcode): Cannot load module 'MapboxCoreNavigation' built with SDK 'iphonesimulator17.2' when using SDK 'iphonesimulator17.4':
mindthefish commented 2 months ago

I hope that Flutter will support SPM soon, this PR looks promising. Nevertheless, I also think that having multiple options to integrate maplibre-navigation-ios would be a plus.