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

macos vm are using cocoapods version 1.15.0 but this version is buggy and got fixed in 1.15.2 #9308

Closed
2 of 13 tasks
ankasani opened this issue Feb 7, 2024 · 5 comments
Closed
2 of 13 tasks
Assignees
Labels
Area: Ruby awaiting-deployment Code complete; awaiting deployment and/or deployment in progress bug report OS: macOS

Comments

@ankasani
Copy link

ankasani commented Feb 7, 2024

Description

Hi Team,

Using this cocoapods 1.15.0 version, customers are not able to install the pods!

Is it possible can we get the cocopods version upgrade to the latest version 1.15.2 ?
CocoaPods/CocoaPods#12226

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/actions/runner-images/blob/macOS-12/20240202.1/images/macos/macos-12-Readme.md
Also, seems macos 13 also having the same:
https://github.com/actions/runner-images/releases/tag/macos-13%2F20240204.1

Is it regression?

macos 12 Previous version (20240127.1)

Expected behavior

should able to run cocoapods install

Actual behavior

cocoapods install failed with error: File exists @ syserr_fail2_in

Repro steps

User cocopods with xcode build

@ankasani ankasani changed the title cocoapods macos vm are using1.15.0 but this version is buggy and got fixed in 1.15.2 macos vm are using cocoapods version 1.15.0 but this version is buggy and got fixed in 1.15.2 Feb 7, 2024
@MaksimZhukov
Copy link
Contributor

Hello @ankasani!
Thank you for reporting this!
The new cocoapods version will be available in the next images rollout. For now please install it in runtime:

sudo gem install cocoapods -v 1.15.2 

@MaksimZhukov MaksimZhukov added awaiting-deployment Code complete; awaiting deployment and/or deployment in progress Area: Ruby OS: macOS and removed needs triage labels Feb 7, 2024
@ankasani
Copy link
Author

ankasani commented Feb 7, 2024

@MaksimZhukov , Thanks!

@ankasani
Copy link
Author

@MaksimZhukov , Just want to know, when will be the next image rollout will happen ?

@adityankannan-tw
Copy link

@MaksimZhukov , When can we expect the fix for this?

@neel-j
Copy link

neel-j commented Feb 13, 2024

+1 for an upgrade to 1.15.2. Our react native project no longer builds on this agent - workaround is to just manually upgrade with

gem install cocoapods -v 1.15.2

@Alexey-Ayupov Alexey-Ayupov mentioned this issue Feb 14, 2024
14 tasks
@mikhailkoliada mikhailkoliada self-assigned this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Ruby awaiting-deployment Code complete; awaiting deployment and/or deployment in progress bug report OS: macOS
Projects
None yet
Development

No branches or pull requests

5 participants