graphhopper / graphhopper-ios

iOS Port of the GraphHopper road routing engine
https://www.graphhopper.com/open-source/
Apache License 2.0
69 stars 28 forks source link

/!\ Call load or importOrLoad before routing /!\ #34

Open juliancely opened 6 years ago

juliancely commented 6 years ago

Hello, my iOS (objective-c) app crashes when I launch the calculation of an itinerary. Please see the Xcode crash report below:

screen shot 2018-07-04 at 16 31 16

This happens in the current version after having updated to Xcode 9 and swift 4 (I do not know if this is related, iOS 11 maybe?).

The strange thing is that when I run the application from my mac, the problem does not exist, this only happens when I use it through TestFlight.

Does anyone have an idea how to solve it?

Thank you very much in advance.

Waylawww commented 1 year ago

I had the same problem