setup-cocoapods icon indicating copy to clipboard operation
setup-cocoapods copied to clipboard

Set up your GitHub Actions workflow with a specific version of Cocoapods

Results 7 setup-cocoapods issues
Sort by recently updated
recently updated
newest added

It would be great if pods are cached between runs to speed up compilations, like the other setup-* actions (like setup-node, setup-java).

Due to [an issue when building React Native apps with cocoapods 1.15 released last week](https://github.com/facebook/react-native/issues/42698) I need to rollback the cocoapod version installed, which I cannot do because this fine...

When running in a self-hosted instance of github-actions, I get this error: Possibly because the self-hosted instance does not have access to `sudo`.

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

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'...

For now, `setup-cocoapods` always re-install cocoapods version if you specify `version: latest` as input. Sometimes, when `latest` version is already pre-installed to image, it is just waste of time. if...

enhancement

``` You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory. ```