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
How are you integrating the framework? Are you using CocoaPods or Carthage? Do you have a minimal sample project to reproduce the error? It looks like a linking error. What do you have in your FRAMEWORK_SEARCH_PATHS in build settings?
Hello,
In my class I have
import MapboxGeocoder
When I try to do `let geocoder = Geocoder(accessToken: "" I'm getting the follow errors:
And clicking into them, seeing
Without the
init
line of the geocoder, it all works.I also tried adding the access token to my Plist instead, and get similar issues
The text was updated successfully, but these errors were encountered: