Closed dhaligas closed 8 years ago
Thanks for the report, I just pushed a fix. Basically you run deliver init
in a folder that already contains a Deliverfile
, so it fails. What are you trying to do?
I am running this process on a jenkins build server to setup apps in an app factory. we can run the setup process many times if we change config thus we just run deliver init and your process would just skip it if it had already been done. We didn't need to check.
This issue was migrated to https://github.com/fastlane/fastlane/issues/2109. 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:
When running deliver init for a second time the error below appears.
/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.36.4/lib/fastlane_core/ui/interface.rb:120:in `crash!': [!] Exit status of command 'deliver init was 1 instead of 0. (FastlaneCore::Interface::FastlaneCrash) uninitialized constant CredentialsManager::AppfileConfig::Helper uninitialized constant CredentialsManager::AppfileConfig::Helper uninitialized constant CredentialsManager::AppfileConfig::Helper uninitialized constant CredentialsManager::AppfileConfig::Helper
uninitialized constant CredentialsManager::AppfileConfig::Helper
😨 An error occured. Please enable crash reports using
fastlane enable_crash_reporting
. 👍 This makes resolving issues much easier and helps improve fastlane. 🔒 The reports will be stored securely on getsentry.com.🙊 More information about privacy: https://github.com/fastlane/fastlane/releases/tag/1.33.3
/Library/Ruby/Gems/2.0.0/gems/deliver-1.10.2/lib/deliver/commands_generator.rb:68:in'
block (2 levels) in run': [!] uninitialized constant Deliver::CommandsGenerator::Ui (NameError) from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in
call' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in
run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:inrun_active_command' from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.36.4/lib/fastlane_core/ui/fastlane_runner.rb:23:in
run!' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:inrun!' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.10.2/lib/deliver/commands_generator.rb:130:in
run' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.10.2/lib/deliver/commands_generator.rb:12:instart' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.10.2/bin/deliver:5:in
<top (required)>' from /usr/local/bin/deliver:23:inload' from /usr/local/bin/deliver:23:in