You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the design ideas maplibre followed was to have all in one package to simplify development, ci and releases. Unfortunally, the MapLibre cocoapods dependency has the same name as this package and podspec module_name is not supported. Related issue:
I decided to create a minimal package that contains the native MapLibre iOS SDK and swift implementation. The core package will no longer have a iOS part itself but rely on maplibre_ios.
One of the design ideas
maplibre
followed was to have all in one package to simplify development, ci and releases. Unfortunally, theMapLibre
cocoapods dependency has the same name as this package and podspec module_name is not supported. Related issue:It is currently unknown if the problem persists with the swift package manager.
Federated Plugin
One option would be to migrate the package into a full federated plugin.
Minimal iOS Package
An alternative to a full federated plugin could be to just separate the ios ffi code and keep the rest in the
maplibre
package.The text was updated successfully, but these errors were encountered: