[ad_1]
I’ve a macbook(2020) with m1 processor and I’m utilizing Fastlane to automate the AppStore course of. I’ve an issue since this morning. Each time I execute bundle exec fastlane
I get this error:
/Library/Ruby/Gems/2.6.0/gems/fastlane-2.206.0/fastlane/lib/fastlane/cli_tools_distributor.rb:145:in `map_aliased_tools': undefined methodology `to_sym' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.206.0/fastlane/lib/fastlane/cli_tools_distributor.rb:81:in `take_off'
from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.206.0/bin/fastlane:23:in `<prime (required)>'
from /usr/native/bin/fastlane:23:in `load'
from /usr/native/bin/fastlane:23:in `<principal>'
Listed below are the variations of the instruments I’m utilizing:
- ruby model: 2.6.8p205 (2021-07-07 revision 67951)
[universal.x86_64-darwin21] - xcode model: 13.3 (13E113)
- macos model: 12.3.1
Although I attempted to arrange fastlane once more utilizing fastlane init
command it nonetheless provides me this error.
What might be inflicting this concern?
[ad_2]