fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

deliver requires fastlane_core version 0.35.1, which isn't in gem repository #551

Closed manicakes closed 8 years ago

manicakes commented 8 years ago

Because of this dependency, I can't install either deliver, or fastlane.

I am no expert on gems, so apologies in advance if I missed something obvious.

The latest version of fastlane_core in the gems repository is 0.35.0.

cguess commented 8 years ago

Same problem here. Looks like a bug in commit 68e5f72376b48e85da3d20ca0075ecf8a2f758a9 Specifically it's that entire commit, probably should be reverted until fastlane_core up's the version number

aaronwhite commented 8 years ago

Correct; I independently (& incorrectly) reported it here as well: https://github.com/fastlane/fastlane/issues/1169

manicakes commented 8 years ago

I believe all that needs to be done is fastlane_core 0.35.1 to be released to the gem repository, as I noticed that @KrauseFx bumped the version of that earlier today . Hopefully that can happen soon as I am blocked from installing fastlane on my build machine.

aaronwhite commented 8 years ago

Submitted a PR

asfalcone commented 8 years ago

Thanks for reporting! We'll get this fixed up shortly!

KrauseFx commented 8 years ago

Sorry for the troubles, please try again and update, everything should be working now :+1:

manicakes commented 8 years ago

Can confirm that issue is fixed - thank you @asfalcone and @KrauseFx for the quick response.

KrauseFx commented 8 years ago

Thanks for confirming @manicakes :+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2122. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: