Skip to content

[clr-ios] Remove CoreCLR dependencies on libmscordaccore.dylib and libmscordbi.dylib in Release builds #24849

@kotlarmilos

Description

@kotlarmilos

Description

The libcoreclr.dylib has load-time dependencies on these libraries in its MachO header. When dyld loads the app, it attempts to resolve all dependencies regardless of whether the debug is actually used, resulting in DYLD 1 Library missing Library not loaded: @rpath/libmscordaccore.dylib.

This error has occurred in MAUI device tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions