-
Notifications
You must be signed in to change notification settings - Fork 564
Description
Hi.
I am using the https://www.nuget.org/packages/Xamarin.Facebook.Android package and it pulls in Google.ZXing.Core as a dependency. Merely having it in a project prevents AOT + LLVM from working, as the build fails while deploying to device with the error: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(1961,3): error XA3001: Could not AOT the assembly: Google.ZXing.Core.dll.
This is a duplicate of #5779, but as it prevents one from using AOT + LLVM if Facebook is used it is pretty much a showstopper for me, and there doesn't seem to be any action in said issue report. This report is an attempt to draw attention to that report, so please close this issue and either provide a workaround or a fix in #5779. Any kind of communication would be greatly appreciated.
Thank you.