-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Xamari.iOS build broken on 20210510.1 #3374
Comments
Hi @tomasz-soltysik,
You can read more about bundles and versions assigned to them in the official docs: https://docs.github.com/en/actions/guides/building-and-testing-xamarin-applications |
Meanwhile, we will investigate the issue, because our internal tests have passed for Xamarin.iOS 14.16 + Xcode 12.4. |
Just to clarify: I'm using Azure Pipelines (Azure Devops). |
I believe the issue is because of the Xcode 12.5 update. Things worked fine for me on Azure pipelines prior to that upgrade |
Yeah. In order to test, you have to actually compile a project. I have a testing repo here:
|
My Builds started working again. Not sure if its a fluke or a fix. |
@DavidStrickland0 @tomasz-soltysik we have removed the latest Xamarin ios as it's incompatible with Xcode 12.4. |
Description
Newest Mac agent image has incompatible versions of Xamarin.iOS and Xcode.
20210510.1 release notes contains info that it has Xamari.iOS 14.16, which works only with Xcode 12.5, which is not included in this agent image.
Area for Triage:
Xcode, Xamarin
Question, Bug, or Feature?:
Bug
Virtual environments affected
Image version
20210510.1
Expected behavior
iOS build succeeded
Actual behavior
iOS build will pass only if linker options is set to Link Framework SDKs Only
The text was updated successfully, but these errors were encountered: