You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following permission error when running on ubuntu-latest:
Podfile points to the Cocoapods 1.10.1
/usr/bin/gem uninstall cocoapods --all --executables
/usr/bin/gem install cocoapods -v 1.10.1 --no-document
Gem 'cocoapods' is not installed
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.7.0 directory.
PS I tried the same config onmacos-latest and it's working fine.
The text was updated successfully, but these errors were encountered:
I'm getting the following permission error when running on
ubuntu-latest
:PS I tried the same config on
macos-latest
and it's working fine.The text was updated successfully, but these errors were encountered: