Start a Xamarin macOS Project
Warning
The Xamarin SDK is deprecated. For more details, contact Support.
As with other platforms, you need to include architecture-specific native libraries for Xamarin macOS. Include the libraries that can be found in the Xamarin/Libraries/macOS/native folder. The following rules apply:
- If you are using
FM.LiveSwitch.Opus.dll
, includelibopusfm.dylib
. - If you are using
FM.LiveSwitch.Vpx.dll
, includelibvpxfm.dylib
. - If you are using
FM.LiveSwitch.Yuv.dll
, includelibyuvfm.dylib
.
If you want to be safe, you can include the entire lib folder in your project. This ensures that you always have the correct native libraries.