You just need to change directories to your app, THEN run bundle install 🙂
You may also indicate the path to the gemfile in the same command e.g.
BUNDLE_GEMFILE=”MyProject/Gemfile.ios” bundle install
by James Palmer
You just need to change directories to your app, THEN run bundle install 🙂
You may also indicate the path to the gemfile in the same command e.g.
BUNDLE_GEMFILE=”MyProject/Gemfile.ios” bundle install