Remove the certs needed on iOS setup#1998
Conversation
| ###################################### | ||
| # Setup provisioning profile | ||
| ###################################### | ||
| function setup_provisioning_profile() { |
There was a problem hiding this comment.
hi. this method break my build.
I try to run
gem install nkf
brew install fastlane
but still have this issue
/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1421:in 'block in Gem::Specification#activate_dependencies': Could not find 'nkf' (>= 0) among 146 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/Users/pk/.local/share/fastlane/3.4.0:/opt/homebrew/Cellar/fastlane/2.227.0/libexec' at: /opt/homebrew/Cellar/fastlane/2.227.0/libexec/specifications/CFPropertyList-3.0.7.gemspec, executegem envfor more information from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1425:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path' from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '<main>' /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/dependency.rb:303:in 'Gem::Dependency#to_specs': Could not find 'nkf' (>= 0) - did find: [nkf-0.2.0] (Gem::MissingSpecVersionError) Checked in 'GEM_PATH=/Users/pk/.local/share/fastlane/3.4.0:/opt/homebrew/Cellar/fastlane/2.227.0/libexec' , executegem env for more information from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1419:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1425:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path' from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '<main>'
Make the iOS setup smoother with fewer frictions.

Make the iOS setup smoother with fewer frictions.