Joel Denke
02/20/2024, 2:05 PMExecution failed for task ':core:data:podInstallSyntheticIos'.
> Executing of 'env pod install' failed with code 1 and message:
/opt/homebrew/Cellar/ruby/3.3.0/lib/ruby/3.3.0/rubygems/specification.rb:1484:in `rescue in block in activate_dependencies': Could not find 'minitest' (>= 5.1) among 182 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/opt/homebrew/Cellar/fastlane/2.219.0_2/libexec:/opt/homebrew/Cellar/cocoapods/1.15.2/libexec' at: /opt/homebrew/Cellar/cocoapods/1.15.2/libexec/specifications/activesupport-7.1.3.gemspec, execute `gem env` for more information
Tried re-install ruby, cocoapods, follow some odd configs in ~/.zshrc file etc. But nothing works.
What should I do to successfully being able to use Ruby 3.3.0+ and Cocoapods on MacOS so I can build my iOS app properly?
And yes minitest is installed but I think something is missing to specify GEM_PATH or something.Dima Avdeev
02/20/2024, 2:16 PMJoel Denke
02/20/2024, 2:18 PMbrew install cocoapods
and nothing else, but no.Joel Denke
02/20/2024, 2:20 PMDima Avdeev
02/20/2024, 2:20 PMJoel Denke
02/20/2024, 2:20 PMDima Avdeev
02/20/2024, 2:20 PMJoel Denke
02/20/2024, 2:20 PMDima Avdeev
02/20/2024, 2:21 PMJoel Denke
02/20/2024, 2:22 PMDima Avdeev
02/20/2024, 2:24 PMDima Avdeev
02/20/2024, 2:27 PMJoel Denke
02/20/2024, 2:29 PMJoel Denke
02/20/2024, 2:58 PMJoel Denke
02/20/2024, 2:58 PM