Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods@0 - Upgrade CocoaPods version 1.15.2 #304

Open
djhr opened this issue Feb 8, 2024 · 11 comments
Open

CocoaPods@0 - Upgrade CocoaPods version 1.15.2 #304

djhr opened this issue Feb 8, 2024 · 11 comments
Assignees
Labels
documentation Improvements or additions to documentation Pri3

Comments

@djhr
Copy link

djhr commented Feb 8, 2024

Current CocoaPods@0 task uses cocoapods version 1.15.0, which has issues installing hermes-engine from react-native.

A fix for this issue is available in version 1.15.2, you can find more details of the issue on CocoaPods/CocoaPods#12226

Ideally this task would receive the cocoapods version as input, to empower users overcoming issues/blockers like this.

@WilliamAntonRohm WilliamAntonRohm added the documentation Improvements or additions to documentation label Feb 9, 2024
@WilliamAntonRohm
Copy link
Contributor

@djhr -- thank you for your feedback.

@steved0x -- I'm not sure whether this is a documentation issue or a task coding issue. The article is:

@GSFZamai
Copy link

GSFZamai commented Feb 9, 2024

Hi there, same issue here. Getting error when going to install pods with Azure Pipelines.
Agreed with @djhr , would be nice if we can specify the cocoapods version.

@MinskLeo
Copy link

Hi guys. Same issue, so I’m also joining the discussion - it would be cool to be able to choose cocoapods version.

@romaintha
Copy link

Hello,
We are facing the same issue and would really appreciate a way to specify the cocoapods version.

@matiaswastaken
Copy link

Hi, we are also currently running into this same problem using React Native and cocoapods task.

Would appreciate a way to manually set version or if you could at least bump the version up to 1.15.2 to fix this.

@nirodhaperera-ifs
Copy link

Hi, we are facing the same issue.
Any update on this @WilliamAntonRohm @steved0x ?

@JasonPan
Copy link

As a temporary workaround, this script works for me to get the tooling updated to resolve the issue

brew update

brew uninstall cocoapods

sudo gem uninstall cocoapods
sudo gem uninstall -n /usr/local/bin cocoapods

brew install cocoapods

@GSFZamai
Copy link

Until friday, when I rerun the failed job the cocoapods version change and the build succeeded. But today the cocoapods version persists on 1.15.0...

@djhr
Copy link
Author

djhr commented Feb 20, 2024

@steved0x do you have an update on this issue?

@GSFZamai
Copy link

As a temporary workaround, this script works for me to get the tooling updated to resolve the issue

brew update

brew uninstall cocoapods

sudo gem uninstall cocoapods
sudo gem uninstall -n /usr/local/bin cocoapods

brew install cocoapods

This resolved the issue for now.

- script: |
          brew update
          brew uninstall cocoapods
          gem uninstall cocoapods --ignore-dependencies
          sudo gem uninstall -n /usr/local/bin cocoapods
          gem install cocoapods -v 1.15.2
        displayName: 'Update cocoapods'

@djhr
Copy link
Author

djhr commented Mar 5, 2024

@WilliamAntonRohm any update on this? It's been a month since we've reported this blocking issue on Azure DevOps pipelines and still no foreseeable action on Microsoft side.

This is not a documentation issue, at the moment it's not possible to install pods from react-native on Azure DevOps pipelines, this affects every single Microsoft customer trying to install it.

Would it be possible to raise the priority of this issue, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Pri3
Projects
None yet
Development

No branches or pull requests

9 participants