Description
I'm developing a large project and at the very beginning the code compiled without problems, but after a while I checked again and got this error, I don’t have time to look for which specific type breaks the assembly, is it possible to display a more specific error message and how can I debug it?
I tried the latest net9.0-preview 5 but the result is the same.
Reproduction Steps
I can't provide the source code as this is a commercial product.
Expected behavior
No compilation errors
Actual behavior
Mono Ahead of Time compiler - compiling assembly ..../obj/Release/net9.0-ios/ios-arm64/linked/MugenMvvm.dll
AOTID 0D0A964D-FAF6-A1E4-FADC-1F08E0767345
- Assertion at /Users/runner/work/1/s/src/mono/mono/mini/mini-llvm.c:1605, condition `cinfo->ret.nslots == 1' not met
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response