-
Notifications
You must be signed in to change notification settings - Fork 514
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
.NET 6: LLVM AOT doesn't work on MacCatalyst #12484
Comments
Thanks, I was just about to repost it but you beat me by a minute :) |
Ref: dotnet/runtime#57687 |
…Fixes xamarin#12484. Mac Catalyst is just special. Fixes xamarin#12484.
…Fixes xamarin#12484. Mac Catalyst is just special. Fixes xamarin#12484.
I seem to now be hitting this issue with Microsoft.MacCatalyst.Sdk version 15.0.100-rc.2.682. This is when I try to make an MacOS application targeting both x64 and arm64. |
@AraHaan please file a new issue, whatever is happening is not the same issue as this one. |
I found out the issue was that it seems to not like the usage of |
That sounds like something worthy of a bug report, so we can look into it and maybe fix it. |
Ported from dotnet/runtime#57589 by @filipnavara
Description
Example application (create from empty project with modified .csproj):
Archive.zip
Configuration
.NET 6.0.100-rc.1.21415.3
macOS 12.0 Beta
Xcode 13 beta 4 (iirc)
Regression?
It probably never worked?
Other information
Looks like the LLVM compiler didn't get passed the
-target arm64-apple-ios14.2-macabi
. Note that other targets use-mtriple=...
which doesn't work on MacCatalyst AFAIK.The text was updated successfully, but these errors were encountered: