-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
No option for Xcode 16 + visionOS #10955
Comments
Hi @Saadnajmi: We will look into the issue and keep you posted with updates. |
i have the same regression on macos-14 |
I managed to fix this by using: |
I got the very same problem, XCODE 16 randomly disappeared since yesterday. Edit: Updating macOS from 14 to 15 solved this issue for me. EDIT II: Now the Apple Certificate part is failing. EDIT III: The workaround mentioned here worked for the Certificate part. #10703 |
I can confirm this worked for us also |
Description
We use Azure Pipelines to build React Native macOS. For this, we need both Xcode 16, and the visionOS SDK. Both have been dropped from the image we use:
macos-latest-internal
. I tried switching to macos-15, but that is not an Arm64 pool, so it doesn't have visionOS.At this point, I'm left with no image on Azure Pipelines with both Xcode 16 and visionOS, which blocks our workflow.
Platforms affected
Runner images affected
Image version and build link
https://dev.azure.com/ms/react-native/_build/results?buildId=617324&view=results
Is it regression?
Yes, macos-14 / macos-latest-internal had Xcode 16: https://dev.azure.com/ms/react-native/_build/results?buildId=617191&view=results
Expected behavior
There should be some image with Xcode 16 and visionOS avaiable
Actual behavior
There is not
Repro steps
Try to use both Xcode 16 and visionOS in an Azure Pipelines pipeline.
The text was updated successfully, but these errors were encountered: