Skip to content
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

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

Open
songyuyang0918 opened this issue Nov 5, 2019 · 2 comments
Open

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

songyuyang0918 opened this issue Nov 5, 2019 · 2 comments

Comments

@songyuyang0918
Copy link

songyuyang0918 commented Nov 5, 2019

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
Copy link

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
Copy link

Here am also getting Same issue. Please check this screen shot.
Screenshot 2022-12-12 at 12 37 01 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants