I have a strange error in my MVVMCross application.
Given the following scenario:
<Switch android:layout_width="wrap_content" android:layout_height="wrap_content" android:focusable="false" android:clickable="false" android:layout_alignParentRight="true" android:id="@+id/activatedSwitch" local:MvxBind="Checked IsActive" />
When I launch the application in Debug mode, everything is fine.
But when I ran it in Release , the link to the Checked property ended with the following error:
E / MvxBind (11670): 12.70 View type not found - Switch
binding xamarin mvvmcross
Oubachof
source share