-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapboxNavigationNative umbrella header omits several headers #2394
Labels
bug
Something isn’t working
build
Issues related to builds and dependency management.
release blocker
Needs to be resolved before the release.
Comments
IodaMikeMapbox
added
bug
Something isn’t working
build
Issues related to builds and dependency management.
labels
Jun 8, 2020
|
1ec5
changed the title
Umbrella header for MapboxNavigationNative v9
MapboxNavigationNative umbrella header omits several headers
Jun 9, 2020
I guess we fixed this in further releases |
this one contains types from a PR which wasn't even merged |
As of MapboxNavigationNative v9.2.1 and #2412, the umbrella header still lacks three header includes:
|
These three include statements are still missing from the umbrella header in MapboxNavigationNative v14.1.1. |
Likely fixed in MapboxNavigationNative v14.1.2. |
Fixed in MapboxNavigationNative v14.x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn’t working
build
Issues related to builds and dependency management.
release blocker
Needs to be resolved before the release.
MapboxNavigationNative
v9 doesn't include headers: 'MBHistoryPlayer.h', 'MBGetRouteCallback.h', 'MBSetRouteCallback.h', 'MapboxNavigationNativeHistoryPlayer.h', 'MBGetTraceAttributesCallback.h', 'MBUpdateSensorDataCallback.h', 'MBConfigureRouterCallback.h', 'MBLocateCallback.h', 'MBIterationResult.h', 'MBGetStatusCallback.h', 'MBUpdateLocationCallback.h', 'MBChangeRouteLegCallback.h', 'MBPushHistoryCallback.h'.Our CI tests fail because of the generated warnings about that, this is a potential problem for subsequent core work, and it blocks any prerelease.
@mapbox/navnative
The text was updated successfully, but these errors were encountered: