Monday, June 26, 2017

map box turn by turn navigation iOS

Leave a Comment

I am actually trying MapBox navigation turn by turn SDK. MapBox Navigation SDK it show here to upadtae with carthage. i have followed all steps but everytime it throw error that

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

This imported module not found.

is there is any repository or pods available for this.

please guide me through this.

here is issue that is open open issue of mapBox navigation

2 Answers

Answers 1

After a bit of research, I believed this article on embedded-frameworks has workaround for your issue. Which is to add the Map Box framework as embedded framework too.

Answers 2

If it's Objective C as stated above, don't you need

#import "MapboxCoreNavigation.h" 

(check the string)? @import is, I believe, only for system framework modules.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment