bundle install returns "Could not locate Gemfile"
Solution 1:
You just need to change directories to your app, THEN run bundle install
:)
Solution 2:
You may also indicate the path to the gemfile in the same command e.g.
BUNDLE_GEMFILE="MyProject/Gemfile.ios" bundle install