-
Couldn't load subscription status.
- Fork 5.2k
Open
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
DoD: Apps targeting iOS run successfully with the CoreCLR interpreter.