GitLab – FastLane – bundle– Apple M1 – Error no locale UTF-8

0 Comments

  When executing bundle exec fastlane env, I was getting an error indicating a supported UTF-8 locale could not be found. Fixed this by following "Set up environment variables" on https://docs.fastlane.tools/getting-started/ios/setup/ Add export LC_ALL=en_US.UTF-8 export…

GitLab – FastLane – Apple M1 – How to fix: Permission denied @ rb_sysopen – /Users/roelvanlisdonk/Library/MobileDevice/Provisioning Profiles/1111111-111-1111-1111-111111111.mobileprovision

0 Comments

  When executing "bundle exec fastlane mylane", I was getting the error: Permission denied @ rb_sysopen - /Users/roelvanlisdonk/Library/MobileDevice/Provisioning Profiles/1111111-111-1111-1111-111111111.mobileprovision   Solution Change folder permissions: sudo chown -R $(whoami) "/Users/roelvanlisdonk/Library/MobileDevice/Provisioning Profiles/12c0f4c3-8219-4c47-b204-65d77a05ece4.mobileprovision"

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…

Tags

Archive