We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AOTCompile task is failing for me as described in microsoftgraph/msgraph-sdk-dotnet#1530
AOTCompile
I'm trying to use the workaround as described in:
However, my MtouchInterpreter property is not having an effect and I'm trying to diagnose why.
MtouchInterpreter
I can see in my binlog that this property is never used (except for me declaring it) and the only place I can see that property used in this repo is
xamarin-macios/msbuild/Xamarin.Shared/Xamarin.iOS.Common.targets
Line 261 in 2606b23
which is in a target which has a condition which is not met (because UsingAppleNETSdk == true).
UsingAppleNETSdk == true
Lines 218 to 219 in 2606b23
Where is the MtouchInterpreter property actually used?
dotnet 7.0.100 Microsoft.iOS.Sdk 16.2.1024
Edit: Pending. Will upload soon.
The text was updated successfully, but these errors were encountered:
For .NET projects, the $(MtouchInterpreter) property is consumed in the Xamarin.Shared.Sdk.targets file:
$(MtouchInterpreter)
xamarin-macios/dotnet/targets/Xamarin.Shared.Sdk.targets
Line 487 in 2606b23
However, please file an issue about the crash as well, because the AOT compiler shouldn't crash like that.
Sorry, something went wrong.
#18388
No branches or pull requests
The
AOTCompile
task is failing for me as described in microsoftgraph/msgraph-sdk-dotnet#1530I'm trying to use the workaround as described in:
However, my
MtouchInterpreter
property is not having an effect and I'm trying to diagnose why.I can see in my binlog that this property is never used (except for me declaring it) and the only place I can see that property used in this repo is
xamarin-macios/msbuild/Xamarin.Shared/Xamarin.iOS.Common.targets
Line 261 in 2606b23
which is in a target which has a condition which is not met (because
UsingAppleNETSdk == true
).xamarin-macios/msbuild/Xamarin.Shared/Xamarin.iOS.Common.targets
Lines 218 to 219 in 2606b23
Where is the MtouchInterpreter property actually used?
Environment
Version information
Build Logs
Edit: Pending. Will upload soon.
The text was updated successfully, but these errors were encountered: