-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[clr-ios] Update iOS SDK build to run CoreCLR interpreter #120051
Copy link
Copy link
Closed
Description
Description
Add MSBuild properties and targets in the iOS SDK to enable running apps with the CoreCLR interpreter, dynamically linking the CoreCLR runtime and interpreter.
Tasks
- Add
UseMonoRuntime=falseproperty to select CoreCLR interpreter - Update targets to dynamically link
libcoreclr.dyliband the interpreter - Ensure
dotnet publish -r ios-arm64 -c Release /p:UseMonoRuntime=falseproduces an app configured for the CoreCLR interpreter - Validate restore/build/publish flows in Debug/Release and device/simulator
- [net11.0] Enable CoreCLR for all platforms. macios#23977
- [tests] Add CoreCLR test variation. macios#24209
- [tools] Build the partial static registrar for CoreCLR when CoreCLR is enabled. macios#24207
- [dotnet] Adjust the default trimming mode to not trim when using CoreCLR. macios#24206
DoD: Apps targeting iOS run successfully with the CoreCLR interpreter.
Reactions are currently unavailable