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

Fix promote ios error #2666

Closed
ztefanie opened this issue Feb 12, 2024 · 1 comment · Fixed by #2785
Closed

Fix promote ios error #2666

ztefanie opened this issue Feb 12, 2024 · 1 comment · Fixed by #2785
Assignees
Labels
Bug Something isn't working CI/CD Changes in the CI dependencies Pull requests that update a dependency file not-testable Not testable by our tester ready

Comments

@ztefanie
Copy link
Member

ztefanie commented Feb 12, 2024

The pipeline is failing for the ios promotion jobs in ~50% of the runs, with this error
Cannot update languages - could not find an editable version for 'IOS'

See here

Expected behaviour: The pipeline should finish without errors.

Additional context

Should be fixed by upgrading fastlane to v2.222.0.

Related: #2698. The CI also fails there.

@ztefanie ztefanie added Task CI/CD Changes in the CI not-testable Not testable by our tester labels Feb 12, 2024
@f1sh1918 f1sh1918 added the Bug Something isn't working label Mar 20, 2024
@steffenkleinle steffenkleinle added ready and removed Task labels Mar 21, 2024
@steffenkleinle
Copy link
Member

steffenkleinle commented Mar 22, 2024

According to fastlane/fastlane#21742, this is caused by degraded apple servers. The linked PR tries to mitigate the issue, wasn't released yet. Therefore I'd say that we have to wait until a new fastlane release is done. Alternatively we could also use the master branch directly as follows:

gem 'fastlane', github: 'fastlane/fastlane', branch: 'master'

However, I think we can just restart the CI for now if it fails as this is not that time critical.

Edit: Should be fixed by upgrading fastlane to v2.222.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CI/CD Changes in the CI dependencies Pull requests that update a dependency file not-testable Not testable by our tester ready
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants