-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSInternalInconsistencyException shortcutId not in bounds #28
Comments
To fix that you need to drag and drop all translation files to your project, the location of the files in your project are: as you can see in this link: You can also have look to the sample project that they did the same. |
I already fix it but i am facing an error in this line
|
Any help whit this? |
Hi @randyhbh did you notice this line in the error msg "reason: 'shortcutId 541319 not in bounds"? Possibly you are generating route but the file that you have don't have that part of the city. |
When i try to initialize graphhopper give me an error
this is my code to initialize graphhoper
and this is the error that xcode give me
EDIT
I debug the code and is failing in this line
self.hopper = GraphHopper.init()
bacause inside this is looking forar.txt
IN Transaltion Directory but this file dosn't exist, why is looking for this file? how i can change it?The text was updated successfully, but these errors were encountered: