adamwaite / iOS-Build-Kit

☠️ BuildKit is a modular command line interface for automating iOS project builds. Bundled build tasks include: Increment app version • Xcode build • Overlay version number on icon files • Run unit tests • Create .ipa artefact.
MIT License
568 stars 54 forks source link

configure.rb fails with stock Ruby in Mountain Lion #1

Closed rdclark closed 11 years ago

rdclark commented 11 years ago

Running configure.rb on Mountain Lion fails with an error message:

undefined method `absolute_path' for File:Class (NoMethodError)

System installed Ruby is 1.8.6, turns out this needs Ruby 1.9 or later.

Workaround: Install a newer version of Ruby (e.g. via homebrew or rvm)

adamwaite commented 11 years ago

Thanks for the heads up. I have put in a Ruby version check for now. I will look into using compatible methods later on if I get chance.