Skip to content

[clr-ios] Update iOS SDK build to run CoreCLR interpreter #120051

@kotlarmilos

Description

@kotlarmilos

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=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

DoD: Apps targeting iOS run successfully with the CoreCLR interpreter.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions