GitLab – FastLane – Apple M1 – can’t find gem cocoapods (>= 0.a)

0 Comments

  I was getting the error: [error] /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe’: can’t find gem cocoapods (>= 0.a) with executable pod (Gem::GemNotFoundException) To fix this install cocoapods for the user:   First create a .bash_profile if it does

GitLab – FastLane – Apple M1 – Insecure world writable dir

0 Comments

  I was getting the error: [error] /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /Users/…/builds in PATH, mode 040777 Solution, for the specific path made the folder Read only for “everyone”, make sure you click on

GitLab – FastLane – Apple M1 -`initialize’: Permission denied @ rb_sysopen

0 Comments

I was getting the error:   /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/fileutils.rb:1386:in `initialize’: Permission denied @ rb_sysopen – /Users/…/Library/MobileDevice/Provisioning Profiles/….mobileprovision (Errno::EACCES) After Installing provisioning profile…   It turns out I was using system ruby, so I followed this guide, to