-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Xamarin.iOS builds failing with Xcode 13.4.1 #6362
Comments
Hey @jcmanke.
|
I am using an Azure DevOps build pipeline, not GitHub. |
In AZDO you should use this command: |
I am doing that, and the build is failing. Did you read before you started replying? |
I see you provided a different command: |
I'm sorry, I copy pasted that from #6225 when I was creating the issue. My actual YAML pipeline step is including /Contents/Developer when calling xcode-select. |
Could you try to select xamarin ios bundle - Set the Xamarin SDK version on macOS ?
|
Still the same error with that script. |
Could you share a test repo? |
@jcmanke, Any updates? |
Any updates? |
Attaching logs for a failed build using Xcode 13.4.1 and Xamarin SDK 6_12_19 |
Adding this to the script fixed the build for me:
Full AzDO pipeline step:
|
Description
Xamarin.iOS builds using Xcode 13.4.1 have been failing since the default Xcode version was updated to 14.0.1.
Xcode version is being set to 13.4.1 using xcode-select tool but the build logs show 14.0.1 is still being used, for example:
The build fails with an error message about the dsymutil utility not being found under 13.4.1.
Platforms affected
Runner images affected
Image version and build link
Runner Image
Image: macos-12
Version: 20220929.2
Is it regression?
macos-12 version 20220917.1
Expected behavior
Xamarin.iOS build uses Xcode 13.4.1 and succeeds.
Actual behavior
Build is using Xcode 14.0.1 tooling and fails upon trying to find a 13.4.1 tool.
Repro steps
sudo xcode-select -s "/Applications/Xcode_13.4.1.app"
The text was updated successfully, but these errors were encountered: