You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.2.1024/targets/Xamarin.Shared.Sdk.targets(1011,3): Failed to AOT compile Microsoft.Graph.dll, the AOT compiler exited with code 134
Description
The AOT compiler asserts:
which is from around here:
https://github.com/dotnet/runtime/blob/release/7.0/src/mono/mono/mini/aot-compiler.c#L11219
Reproduction Steps
Steps to Reproduce
dotnet publish -c Release -f net7.0-ios16.1 -r ios-arm64
Expected Behavior
App is published.
Actual Behavior
Expected behavior
No crash.
Actual behavior
See above
Regression?
No response
Known Workarounds
No response
Configuration
## Environmenet
Build Logs
msbuild_(6).zip
Example Project
https://github.com/microsoftgraph/msgraph-sample-maui
Other information
This was filed here: xamarin/xamarin-macios#18388
The text was updated successfully, but these errors were encountered: