Open
Description
Current behavior
An app using themes may fail to run if the linker settings are not setup properly.
How to reproduce it (as minimally and precisely as possible)
Run a sample app with material included, build in release on iOS for a physical device.
Workaround
In the linker settings file:
<assembly fullname="Uno.Material.WinUI" />
<assembly fullname="Uno.Themes.WinUI" />
<assembly fullname="Uno.Toolkit.WinUI.Material" />
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
- iOS
- Android
- WebAssembly
- UWP
- MacOS