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
Hi, I do not know how to explain this problem well, but I will do my best. When consuming objective-c classes in swift, you need to create a bridging-header and import the class you are going to use. Following the example of what is on this site I create my bridging-header file and import the same classes that are used in Directions.m, and here is what is strange for example in my bridging-header file import GHResponse.h like this #import "com/graphhopper/GHResponse.h" but when i try to use the .getErrors() method said me that it can find it
Some one can help me, i dont undersatn this error. I don't know if it is my or not.
The text was updated successfully, but these errors were encountered:
Hi, I do not know how to explain this problem well, but I will do my best. When consuming objective-c classes in swift, you need to create a bridging-header and import the class you are going to use. Following the example of what is on this site I create my bridging-header file and import the same classes that are used in Directions.m, and here is what is strange for example in my bridging-header file import GHResponse.h like this
#import "com/graphhopper/GHResponse.h"
but when i try to use the.getErrors()
method said me that it can find itSome one can help me, i dont undersatn this error. I don't know if it is my or not.
The text was updated successfully, but these errors were encountered: