Map window flip iOS navigation

I'm actually trying to switch to a MapBox by turning the SDK. It shows the MapBox Navigation SDK here to fall with kalyazh. I followed all the steps, but every time it gives an error, which

@import MapboxCoreNavigation;
@import MapboxDirections;
@import MapboxNavigation;

This imported module was not found.

Is there a repository or containers for this?

please help me with this.

here is the problem, open open mapBox navigation problem

+4
source share
2 answers

has workaround . Map Box framework embedded framework .

+6

Objective C, ,

#import "MapboxCoreNavigation.h"

( )? @import, , .

0

Source: https://habr.com/ru/post/1679424/


All Articles