You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The former (#5964) has a fix via #5979 which we are hoping will go out in the next d16.10 Service Release.
The latter #5764 see that in that case the Assembly being AOT'd has invalid IL in it which is breaking the compiler. See #5764 (comment). As yet we don't know what to do about that one.
I am going to close this issue as a duplicate since we are tracking all the bug reports on #5964 or #5764.
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.
The text was updated successfully, but these errors were encountered: