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

install-bundle.sh: line 3: bundle: command not found #21

Closed
QiuXiaochun opened this issue Jun 17, 2019 · 2 comments
Closed

install-bundle.sh: line 3: bundle: command not found #21

QiuXiaochun opened this issue Jun 17, 2019 · 2 comments
Labels
question Further information is requested

Comments

@QiuXiaochun
Copy link

git clone https://github.com/JonyFang/FFPopup.git

cd Shell && sh install-bundle.sh && sh install-pods.sh && cd ..

the result:
install-bundle.sh: line 3: bundle: command not found

@JonyFang
Copy link
Owner

It seems that Bundler is not installed in your mac.

You have to install bundler first for that.

$ gem install bundler

I hope this will help.

@JonyFang JonyFang added the question Further information is requested label Jun 17, 2019
@QiuXiaochun
Copy link
Author

Yes, I have got it successfully.

Thank you!

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

No branches or pull requests

2 participants