I recently built an application using Xamarin.Forms. The Android app runs fine when using the Debug profile for compilation, however when switching over to Release then compiling it, I get:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets:
Error: Error executing task LinkAssemblies: error XA2006: Reference to metadata
item 'Android.Text.InputTypes Android.Widget.SearchView::get_InputType()'
(defined in 'Xamarin.Forms.Platform.Android, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null') from 'Xamarin.Forms.Platform.Android, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' could not be resolved.
(USFSPConnect.Android)
I'm running the latest version of Xamarin, Xamarin.Android & have the latest version of Xamarin.Forms from Nuget. This happens on Mac OS X 10.10 and Windows 7/8. Has anyone had a similar issue?