HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

Silently fails when bundler is not loaded #51

Closed andrewhavens closed 7 years ago

andrewhavens commented 7 years ago

I've been seeing this issue pop up for people. They don't realize that the bundler gem is not installed in their environment. The reason the continue down the wrong path is because the generated Rakefile is rescuing from LoadError without providing any kind of error message. https://github.com/HipByte/Flow/blob/master/template/flow/files/Rakefile#L6

Exhibit A: http://community.rubymotion.com/t/cant-get-basic-flow-project-to-work/1846/3

andrewhavens commented 7 years ago

Fixed by #54