Replies: 1 comment 1 reply
-
|
Thanks for the issue report @kabouter! This is in fact a bug caused by your use of the latest MapLibre SwiftUI DSL, like a normal person :) It looks like we broke a few things with the API upstream as part of some naming convention cleanup, so using the latest release breaks things. Our CI didn't catch it because it just uses whatever we had previously built with (0.17 in this case). If you need this fixed right now, you can pin your MapLibre SwiftUI DSL version to 0.17.0 (or maybe a bit higher?). Otherwise, we'll get a release out pretty soon which supports the latest MapLibre version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue and I am unsure if it is a configuration mistake on my end or a bug in Ferrostar. I have added Ferrostar 0.46.0 to my project, but I am receiving two errors from FerrostarMapLibreUI. The errors are:
The code containing the error is in the NavigationMapView file, which is a package file.
ferrostar/apple/Sources/FerrostarMapLibreUI/Views/NavigationMapView.swift
Lines 59 to 82 in 4cabf20
Is this a bug or not? And if not, how can I fix it? I have already removed the package multiple times, cleared the cache, and cleaned the build folder.
Beta Was this translation helpful? Give feedback.
All reactions