I'm getting an error when trying to build app with Link SDK Assemblies Only
(everything works on Don't Link
)
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Error executing task LinkAssemblies: error XA2006: Reference to metadata item 'System.Void Xamarin.Forms.Element::set_AutomationId(System.String)' (defined in 'ZXing.Net.Mobile.Forms, Version=2.1.47.0, Culture=neutral, PublicKeyToken=null') from 'ZXing.Net.Mobile.Forms, Version=2.1.47.0, Culture=neutral, PublicKeyToken=null' could not be resolved. (FleetApp.Droid)
I'm trying to add assemblies that cause the issue in ignore list:
But I can't get the error disappear. Is this correct way to do it? or am I adding wrong assemblies to ignore list?
P.S. Also tried adding them without braces.
Xamarin.Forms
app, downgradeForms
package to2.0.5782
, install new version ofZXing.Net.Mobile.Forms
. That should be enough – arsena