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
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=false property to select CoreCLR interpreter
Update targets to dynamically link libcoreclr.dylib and the interpreter
Ensure dotnet publish -r ios-arm64 -c Release /p:UseMonoRuntime=false produces an app configured for the CoreCLR interpreter
Validate restore/build/publish flows in Debug/Release and device/simulator
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
UseMonoRuntime=falseproperty to select CoreCLR interpreterlibcoreclr.dyliband the interpreterdotnet publish -r ios-arm64 -c Release /p:UseMonoRuntime=falseproduces an app configured for the CoreCLR interpreterDoD: Apps targeting iOS run successfully with the CoreCLR interpreter.