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

5 days without inheriting the project? It's almost 2020 #42

Closed songyuyang0918 closed 4 years ago

songyuyang0918 commented 4 years ago

I keep looking at git's problems and documentation. But it doesn't help me.

At first, I used graphhopper-ios-sample to get started: I used the following method for configuration: Git clone https://github.com/graphhopper/graphhopper-ios CD graphhopper - ios / Git checkout -b 0.8.2 Git submodule update - init . / graphhopper - ios - sample/import - sample. Sh Git submodule update

Go to./graphhopper-ios-sample/import-sample.sh as below

Finally, I choose to inherit the project with Xcode: Git clone -- recursive https://github.com/graphhopper/graphhopper-ios.git CD graphhopper - ios

Translate and compile the library by invoking the make in the Terminal. Install maven via brew install maven To make again The following error occurs:

屏幕快照 2019-11-04 下午6 10 37

Who can help me put it on Xcode (Xcode10.1)