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

Install failing #19

Closed mergesort closed 10 years ago

mergesort commented 10 years ago

When trying to install, via gem install ios_build_kit

ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError) Unable to resolve dependency: 'ios_build_kit (= 0.0.3)' requires 'nomad-cli

nomad-cli 0.0.2 is installed, which it says is the latest version. ruby -v = 2.1.0p0 through RVM.

Let me know if you need any more information, can't wait to use build kit.

WayneWeiZhang commented 10 years ago

Have this problem, too.

ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: ios_build_kit requires nomad-cli (~> 0.0.3)

delebedev commented 10 years ago

It happens because the latest available nomad-cli is 0.0.2 (strange!).

adamwaite commented 10 years ago

That ok now? Thanks @garnett

adamwaite commented 10 years ago

Pushed gem version 0.0.4, installed fine for me with gem install iOS_build_kit, can anyone confirm?

delebedev commented 10 years ago

Yes, works for me now. :+1:

adamwaite commented 10 years ago

:+1:

mergesort commented 10 years ago

Works great. More thumbs! :+1: