Fastlane: updated to pilot 1.10.0 and receiving FastlaneCore::Feature (NameError)

Created on 8 Aug 2016  路  3Comments  路  Source: fastlane/fastlane

New Issue Checklist

updated to pilot 1.10.0 and receiving FastlaneCore::Feature (NameError)

Complete output when running fastlane, including the stack trace and command used
/usr/local/lib/ruby/gems/2.2.0/gems/pilot-1.10.0/lib/pilot/features.rb:1:in `<top (required)>': uninitialized constant FastlaneCore::Feature (NameError)
    from /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    from /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    from /usr/local/lib/ruby/gems/2.2.0/gems/pilot-1.10.0/lib/pilot.rb:6:in `<top (required)>'
    from /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    from /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    from /usr/local/lib/ruby/gems/2.2.0/gems/pilot-1.10.0/bin/pilot:4:in `<top (required)>'
    from /usr/local/bin/pilot:23:in `load'
    from /usr/local/bin/pilot:23:in `<main>'
Performing Post build task...

Most helpful comment

Just ran into this too. Was fixed by:

sudo gem update fastlane_core

All 3 comments

issue is non related to pilot. closing

@lam2558 Thanks for letting us know. Hope you have a great week 馃憤

Just ran into this too. Was fixed by:

sudo gem update fastlane_core

Was this page helpful?
0 / 5 - 0 ratings