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 (Test): Fixing xcodes iOS runtime install for integration tests #5068

Closed
wants to merge 3 commits into from

Conversation

hahnandrew
Copy link
Contributor

@hahnandrew hahnandrew commented Jun 25, 2024

Issue

XcodesOrg/xcodes#368

Background:

We use xcodes runtimes install ... to install our ios runtimes for our ios simulator in our CI testing in the Github Actions Node.js modules.

xcodes is a third party homebrew package that allows users to manage and download ios versions, powered by the API apple offers. The Apple API has released a breaking change that affects our ability to download a particular iOS runtime. This API seems to be depreciating in newer versions and is inconsistent per version release. This break isn't new, as many have reported that the runtimes download endpoints sometimes work, and sometimes don't. as a fix, there was a third party fork (see here) where i was able to test the runtime download command. many others are facing issues in their production systems as well and report this fork as a successful fix at this time. however, this is a workaround, and the maintainer has expressed that he intends to fix this issue.

Description of changes:

I changed the brew install location (see full fix described here) from xcodesorg/made/xcodes to phantomato/patched/xcodes as an immediate fix and interim as we decide on next steps

alternatively, since we always test on latest, we can implement the change described here and use the xcodebuild tool to download the ios runtime


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@hahnandrew hahnandrew requested a review from a team as a code owner June 25, 2024 17:34
@hahnandrew hahnandrew self-assigned this Jun 25, 2024
@hahnandrew hahnandrew closed this Jul 12, 2024
@hahnandrew hahnandrew deleted the fix/xcodesiOSRuntime branch August 2, 2024 20:00
@hahnandrew hahnandrew restored the fix/xcodesiOSRuntime branch August 2, 2024 20:00
@hahnandrew hahnandrew deleted the fix/xcodesiOSRuntime branch August 2, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant