Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Problem with fastlane dependencies. #636

Closed
aaroncrespo opened this issue Dec 17, 2016 · 6 comments · Fixed by #668
Closed

Problem with fastlane dependencies. #636

aaroncrespo opened this issue Dec 17, 2016 · 6 comments · Fixed by #668

Comments

@aaroncrespo
Copy link

aaroncrespo commented Dec 17, 2016

after running bundle install running bundle exec fastlane oss produces many errors:

[!] Unknown command: `keys`
Did you mean: repo?

Usage:

    $ pod COMMAND

      CocoaPods, the Cocoa library package manager.

Commands:

    + cache         Manipulate the CocoaPods cache
    + deintegrate   Deintegrate CocoaPods from your project
    + env           Display pod environment
    + init          Generate a Podfile for the current directory
    + install       Install project dependencies according to versions from a
                    Podfile.lock
    + ipc           Inter-process communication
    + lib           Develop pods
    + list          List pods
    + outdated      Show outdated project dependencies
    + plugins       Show available CocoaPods plugins
    + repo          Manage spec-repositories
    + search        Search for pods
    + setup         Setup the CocoaPods environment
    + spec          Manage pod specs
    + trunk         Interact with the CocoaPods API (e.g. publishing new specs)
    + try           Try a Pod!
    + update        Update outdated project dependencies and create new Podfile.lock

Options:

    --silent        Show nothing
    --version       Show the version of the tool
    --verbose       Show more debugging information
    --no-ansi       Show output without ANSI codes
    --help          Show help banner of specified command

---------------------------------------------
Error loading the plugin `cocoapods-keys-1.7.0`.

LoadError - cannot load such file -- /Library/Ruby/Gems/2.0.0/gems/cocoapods-keys-1.7.0/lib/cocoapods_plugin.rb
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:94:in `block in safe_activate_and_require'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:94:in `each'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:94:in `safe_activate_and_require'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:31:in `block in load_plugins'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:30:in `map'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command/plugin_manager.rb:30:in `load_plugins'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:326:in `block in run'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:325:in `each'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:325:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.1.1/lib/cocoapods/command.rb:50:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.1.1/bin/pod:55:in `<top (required)>'
/usr/local/bin/pod:23:in `load'
/usr/local/bin/pod:23:in `<top (required)>'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli/exec.rb:74:in `load'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli/exec.rb:74:in `kernel_load'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli/exec.rb:27:in `run'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli.rb:332:in `exec'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli.rb:20:in `dispatch'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/cli.rb:11:in `start'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/exe/bundle:34:in `block in <top (required)>'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.6/exe/bundle:26:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
---------------------------------------------

For every entry in the keys array:

https://github.com/artsy/eidolon/blob/master/fastlane/Fastfile#L14-L26

@aaroncrespo aaroncrespo changed the title Problem with fast lane dependencies. Problem with fastlane dependencies. Dec 17, 2016
@ashfurrow
Copy link
Contributor

Yikes, thanks for opening an issue. It looks like it's not working due to a problem with the CocoaPods-Keys plugin. Others have reported a similar issue with a fix, can you try following the steps there to see if that fixes it? Thanks again!

@wheredyoufindthis
Copy link

I had had the same issue and fixed using your link, @ashfurrow. After that I got the following:

bundle exec fastlane oss
[18:58:31]: You require a gem, if this is a third party gem, please use `fastlane_require 'yaml'` to ensure the gem is installed locally
[18:58:31]: -------------------------------------------------
[18:58:31]: --- Step: Verifying required fastlane version ---
[18:58:31]: -------------------------------------------------
[18:58:31]: Your fastlane version 2.32.1 matches the minimum requirement of 1.0.2  ✅
[18:58:31]: Driving the lane 'oss' 🚀
[18:58:31]: -------------------------------------
[18:58:31]: --- Step: Switch to oss_keys lane ---
[18:58:31]: -------------------------------------
[18:58:31]: Cruising over to lane 'oss_keys' 🚖
[18:58:31]: --------------------------------------------------------------------
[18:58:31]: Step: cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eidolon ; bundle exec pod keys set ArtsyAPIClientKey '-' Eidolon ; bundle exec pod keys set HockeyProductionSecret '-' Eidolon ; bundle exec pod keys set HockeyBetaSecret '-' Eidolon ; bundle exec pod keys set MixpanelProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set MixpanelStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeStagingPublishableKey '-' Eidolon ; bundle exec pod keys set CardflightProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightProductionMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeProductionPublishableKey '-' Eidolon
[18:58:31]: --------------------------------------------------------------------
[18:58:31]: $ cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eidolon ; bundle exec pod keys set ArtsyAPIClientKey '-' Eidolon ; bundle exec pod keys set HockeyProductionSecret '-' Eidolon ; bundle exec pod keys set HockeyBetaSecret '-' Eidolon ; bundle exec pod keys set MixpanelProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set MixpanelStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeStagingPublishableKey '-' Eidolon ; bundle exec pod keys set CardflightProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightProductionMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeProductionPublishableKey '-' Eidolon
[18:58:31]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:31]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:31]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:32]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:32]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:32]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:32]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:32]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:33]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:33]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:33]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:33]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:34]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:34]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:34]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:34]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:34]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:35]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:35]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:35]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:36]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:36]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
[18:58:36]: ▸ Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
[18:58:36]: ▸ /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
+---------------+-----+
|    Lane Context     |
+---------------+-----+
| PLATFORM_NAME |     |
| LANE_NAME     | oss |
+---------------+-----+
[18:58:36]: Exit status of command 'cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eidolon ; bundle exec pod keys set ArtsyAPIClientKey '-' Eidolon ; bundle exec pod keys set HockeyProductionSecret '-' Eidolon ; bundle exec pod keys set HockeyBetaSecret '-' Eidolon ; bundle exec pod keys set MixpanelProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set MixpanelStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeStagingPublishableKey '-' Eidolon ; bundle exec pod keys set CardflightProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightProductionMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeProductionPublishableKey '-' Eidolon' was 1 instead of 0.
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'


+------+-----------------------+-------------+
|              fastlane summary              |
+------+-----------------------+-------------+
| Step | Action                | Time (in s) |
+------+-----------------------+-------------+
| 1    | Verifying required    | 0           |
|      | fastlane version      |             |
| 2    | Switch to oss_keys    | 0           |
|      | lane                  |             |
| 💥   | cd .. ; bundle exec   | 5           |
|      | pod keys set          |             |
|      | ArtsyAPIClientSecret  |             |
|      | '-' Eid               |             |
+------+-----------------------+-------------+

[18:58:37]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...

/Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane_core/lib/fastlane_core/ui/interface.rb:143:in `shell_error!': [!] Exit status of command 'cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eidolon ; bundle exec pod keys set ArtsyAPIClientKey '-' Eidolon ; bundle exec pod keys set HockeyProductionSecret '-' Eidolon ; bundle exec pod keys set HockeyBetaSecret '-' Eidolon ; bundle exec pod keys set MixpanelProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set MixpanelStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeStagingPublishableKey '-' Eidolon ; bundle exec pod keys set CardflightProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightProductionMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeProductionPublishableKey '-' Eidolon' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError)
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
bundler: failed to load command: pod (/Users/daniltulin/.fastlane/bin/bundle/bin/pod)
Bundler::GemNotFound: Could not find ZenTest-4.11.1 in any of the sources
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:87:in `block in materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `map!'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/spec_set.rb:80:in `materialize'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:176:in `specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:235:in `specs_for'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/definition.rb:224:in `requested_specs'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:118:in `block in definition_method'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:19:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler.rb:100:in `setup'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'

	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane_core/lib/fastlane_core/ui/ui.rb:14:in `method_missing'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/helper/sh_helper.rb:55:in `sh_control_output'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/helper/sh_helper.rb:14:in `sh_no_action'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/fast_file.rb:177:in `block in sh'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/actions/actions_helper.rb:50:in `execute_action'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/fast_file.rb:176:in `sh'
	from Fastfile:34:in `block in parsing_binding'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/lane.rb:33:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/lane.rb:33:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/runner.rb:201:in `try_switch_to_lane'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/runner.rb:156:in `trigger_action_by_name'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/fast_file.rb:146:in `method_missing'
	from Fastfile:39:in `block in parsing_binding'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/lane.rb:33:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/lane.rb:33:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/lane_manager.rb:52:in `cruise_lane'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/command_line_handler.rb:30:in `handle'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/commands_generator.rb:104:in `block (2 levels) in run'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.4/lib/commander/command.rb:178:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.4/lib/commander/command.rb:178:in `call'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.4/lib/commander/command.rb:153:in `run'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.4/lib/commander/runner.rb:476:in `run_active_command'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:38:in `run!'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.4/lib/commander/delegates.rb:15:in `run!'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/commands_generator.rb:303:in `run'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/commands_generator.rb:42:in `start'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/fastlane/lib/fastlane/cli_tools_distributor.rb:66:in `take_off'
	from /Users/daniltulin/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.32.1/bin/fastlane:20:in `<top (required)>'
	from /Users/daniltulin/.fastlane/bin/bundle/bin/fastlane:22:in `load'
	from /Users/daniltulin/.fastlane/bin/bundle/bin/fastlane:22:in `<main>'

@ashfurrow
Copy link
Contributor

Interesting, thanks @daniltulin. You ran bundle install? Can you try re-running the command bundle exec fastlane oss? I've seen it fail the first time but succeed after that .

@ghost
Copy link

ghost commented Jun 30, 2017

[08:46:29]: Exit status of command 'bundle exec pod install' was 1 instead of 0.
Analyzing dependencies
Pre-downloading: DZNWebViewController from https://github.com/orta/DZNWebViewController.git
Pre-downloading: HockeySDK-Source from https://github.com/bitstadium/HockeySDK-iOS.git
Fetching podspec for Keys from Pods/CocoaPodsKeys
Pre-downloading: UIImageViewAligned from https://github.com/ashfurrow/UIImageViewAligned.git
Downloading dependencies
Installing ARAnalytics (4.0.1)
Installing ARCollectionViewMasonryLayout (2.0.0)
Installing ARTiledImageView (1.1.1)
Installing Action (3.1.1)
Installing Alamofire (4.4.0)
Installing Analytics (3.6.1)
Installing Artsy+OSSUIFonts (2.0.2)
Installing Artsy+UIColors (3.1.0)
Installing Artsy+UIFonts (3.1.1)
Installing Artsy+UILabels (2.2.0)
Installing Artsy-UIButtons (2.1.0)
Installing CardFlight (3.6)
Installing DZNWebViewController (2.0)
Installing ECPhoneNumberFormatter (0.1.1)
Installing FBSnapshotTestCase (2.1.4)
Installing FLKAutoLayout (0.1.1)
Installing Forgeries (1.0.0)
Installing HockeySDK-Source (4.1.6)
Installing ISO8601DateFormatter (0.8)
Installing Keys (1.0.0)
Installing Moya (8.0.5)
Installing NJKWebViewProgress (0.2.3)
Installing NSObject+Rx (2.3.0)
Installing Nimble (7.0.1)
Installing Nimble-Snapshots (6.0.0)
Installing ORStackView (2.0.0)
Installing Quick (1.1.0)
Installing ReachabilitySwift (3)
Installing Result (3.2.3)
Installing RxBlocking (3.5.0)
Installing RxCocoa (3.5.0)
Installing RxSwift (3.5.0)
Installing SDWebImage (3.8.2)
Installing SVProgressHUD (2.1.2)
Installing Stripe (10.1.0)
Installing SwiftyJSON (3.1.4)
Installing UIImageViewAligned (0.0.1)
Installing UIView+BooleanAnimations (1.0.2)
Installing XNGMarkdownParser (0.3.2)
[!] The 'Pods-Kiosk' target has frameworks with conflicting names: artsy_uifonts.

+------+-----------------------+-------------+
| fastlane summary |
+------+-----------------------+-------------+
| Step | Action | Time (in s) |
+------+-----------------------+-------------+
| 1 | Verifying required | 0 |
| | fastlane version | |
| 2 | Switch to oss_keys | 0 |
| | lane | |
| 3 | cd .. ; bundle exec | 14 |
| | pod keys set | |
| | ArtsyAPIClientSecret | |
| | '-' Eid | |
| 💥 | cocoapods | 24 |
+------+-----------------------+-------------+

[08:46:29]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...

/Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane_core/lib/fastlane_core/ui/interface.rb:143:in shell_error!': [!] Exit status of command 'bundle exec pod install' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError) Analyzing dependencies Pre-downloading: DZNWebViewControllerfromhttps://github.com/orta/DZNWebViewController.git`
Pre-downloading: HockeySDK-Source from https://github.com/bitstadium/HockeySDK-iOS.git
Fetching podspec for Keys from Pods/CocoaPodsKeys
Pre-downloading: UIImageViewAligned from https://github.com/ashfurrow/UIImageViewAligned.git
Downloading dependencies
Installing ARAnalytics (4.0.1)
Installing ARCollectionViewMasonryLayout (2.0.0)
Installing ARTiledImageView (1.1.1)
Installing Action (3.1.1)
Installing Alamofire (4.4.0)
Installing Analytics (3.6.1)
Installing Artsy+OSSUIFonts (2.0.2)
Installing Artsy+UIColors (3.1.0)
Installing Artsy+UIFonts (3.1.1)
Installing Artsy+UILabels (2.2.0)
Installing Artsy-UIButtons (2.1.0)
Installing CardFlight (3.6)
Installing DZNWebViewController (2.0)
Installing ECPhoneNumberFormatter (0.1.1)
Installing FBSnapshotTestCase (2.1.4)
Installing FLKAutoLayout (0.1.1)
Installing Forgeries (1.0.0)
Installing HockeySDK-Source (4.1.6)
Installing ISO8601DateFormatter (0.8)
Installing Keys (1.0.0)
Installing Moya (8.0.5)
Installing NJKWebViewProgress (0.2.3)
Installing NSObject+Rx (2.3.0)
Installing Nimble (7.0.1)
Installing Nimble-Snapshots (6.0.0)
Installing ORStackView (2.0.0)
Installing Quick (1.1.0)
Installing ReachabilitySwift (3)
Installing Result (3.2.3)
Installing RxBlocking (3.5.0)
Installing RxCocoa (3.5.0)
Installing RxSwift (3.5.0)
Installing SDWebImage (3.8.2)
Installing SVProgressHUD (2.1.2)
Installing Stripe (10.1.0)
Installing SwiftyJSON (3.1.4)
Installing UIImageViewAligned (0.0.1)
Installing UIView+BooleanAnimations (1.0.2)
Installing XNGMarkdownParser (0.3.2)
[!] The 'Pods-Kiosk' target has frameworks with conflicting names: artsy_uifonts.

from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane_core/lib/fastlane_core/ui/ui.rb:14:in `method_missing'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/helper/sh_helper.rb:56:in `sh_control_output'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/helper/sh_helper.rb:10:in `sh'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/actions/cocoapods.rb:27:in `run'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:252:in `block (2 levels) in execute_action'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/actions/actions_helper.rb:50:in `execute_action'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:230:in `block in execute_action'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:226:in `chdir'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:226:in `execute_action'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:148:in `trigger_action_by_name'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/fast_file.rb:146:in `method_missing'
from Fastfile:40:in `block in parsing_binding'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/lane.rb:33:in `call'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:45:in `chdir'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/runner.rb:45:in `execute'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/lane_manager.rb:52:in `cruise_lane'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/command_line_handler.rb:30:in `handle'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/commands_generator.rb:104:in `block (2 levels) in run'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/commander-fastlane-4.4.5/lib/commander/command.rb:153:in `run'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/commander-fastlane-4.4.5/lib/commander/runner.rb:476:in `run_active_command'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:39:in `run!'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/commander-fastlane-4.4.5/lib/commander/delegates.rb:15:in `run!'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/commands_generator.rb:303:in `run'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/commands_generator.rb:42:in `start'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/fastlane/lib/fastlane/cli_tools_distributor.rb:66:in `take_off'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/gems/fastlane-2.43.0/bin/fastlane:20:in `<top (required)>'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/bin/fastlane:23:in `load'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/bin/fastlane:23:in `<main>'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
from /Users/SunnyX/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'

@ashfurrow
Copy link
Contributor

Thanks, I'll take a look. I think there's a(nother) update to the fonts pod I need to install. In the mean time, try running bundle exec pod install and see if you get the same error?

@ashfurrow
Copy link
Contributor

Okay, this should be fixed in the latest master. Would someone mind pulling and trying again? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants