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

[IOS] I use Xcode or terminal for project inheritance #43

Open songyuyang0918 opened 4 years ago

songyuyang0918 commented 4 years ago

Xcode:

屏幕快照 2019-11-05 下午5 41 04

terminal: I compile using the make directive

屏幕快照 2019-11-05 下午5 41 15 屏幕快照 2019-11-05 下午5 41 21

I tried many times as instructed In the end they all pointed to this mistake:

屏幕快照 2019-11-05 下午5 42 51

I am a Xcode10.1 Who can help me solve it?

Zakalicious commented 4 years ago

This got me past this error (answer provided in this forum):

Do a git submodule update once again after using the import script. These are all the commands you need to run it on 0.8.2:

git clone https://github.com/graphhopper/graphhopper-ios cd graphhopper-ios/ git checkout 0.8.2 git submodule update --init ./graphhopper-ios-sample/import-sample.sh git submodule update

KarthickKambaa commented 1 year ago

Here am also getting Same issue. Please check this screen shot.

Screenshot 2022-12-12 at 12 37 01 PM