macOS uses dylib files instead of so and the file pattern is libicuuc.[version].dylib instead of libicuuc.so.[version], so our current approach for loading unmanaged ICU doesn't work.
The relevant code is in source/icu.net/NativeMethods/NativeMethods.cs.
See discussion on Slack.
macOS uses
dylibfiles instead ofsoand the file pattern islibicuuc.[version].dylibinstead oflibicuuc.so.[version], so our current approach for loading unmanaged ICU doesn't work.The relevant code is in
source/icu.net/NativeMethods/NativeMethods.cs.See discussion on Slack.