The default release build for devices is going to be LLVM + AOT. We need to modify the build to make this happen: - [ ] Modify the android & iOS store publish to enable LLVM + AOT for devices. - [x] Ensure the right files sit next to `mono-aot-cross` https://github.com/dotnet/runtime/pull/35306 - [ ] Validate a simple sample works
The default release build for devices is going to be LLVM + AOT. We need to modify the build to make this happen:
mono-aot-crossBuild iOS AOT compiler against LLVM, always #35306