graphhopper-ios
graphhopper-ios copied to clipboard
iOS Port of the GraphHopper road routing engine
How to build
User @Zakalicious asks how to build ... and mentions macos . Right now macos does not work for me, since I got naming conflicts with MacOS specific headers. Do you...
While I'm trying to create a route, I'm getting this error: ``` 2018-02-15 10:13:24.211 graphhopper-ios-sample[4470:260583] *** Terminating app due to uncaught exception 'JavaLangRuntimeException', reason: 'java.lang.RuntimeException: java.lang.IllegalStateException: No input stream found...
Hi! I see lots of traffic and updates on main repo, but this repo was last updated in 2017. Are there any plans to update iOS version to 0.13?
Xcode: terminal: I compile using the make directive I tried many times as instructed In the end they all pointed to this mistake: I am a Xcode10.1 Who can help...
ld: warning: ignoring file /Users/Darshan/graphhopper-ios/build/libgraphhopper.a, file was built for archive which is not the architecture being linked (x86_64): /Users/Darshan/graphhopper-ios/build/libgraphhopper.a Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GHRequest", referenced from: objc-class-ref in Directions.o...
ignoring file /Users/xxx/graphhopper-ios/build/libgraphhopper.a, file was built for archive which is not the architecture being linked (x86_64): /Users/xxx/graphhopper-ios/build/libgraphhopper.a Undefined symbols for architecture x86_64 "_OBJC_CLASS_$_GHRequest", referenced from: objc-class-ref in Directions.o "_OBJC_CLASS_$_EncodingManager", referenced...
Pod file
Add graphhopper to CocoaPods
Hello, I have modified the import-sample.sh to download the greek map, but the application always starts in online mode and always with the romanian maps? What should I do? Giannis
Hi guys, I'm using a graphhopper in a swift project and I have issue when I call more time function graphHopper.route(with: request) it crash at some point on **JavaLangRuntimeException: Couldn't...
Hi as described in repository I use graphhopper.sh to import file for ios-sample-project. but when i try to build project, I'm faced with this error : ![screen shot 2018-05-17 at...