Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AOT compilation failure (v5.0.2) #11

Open
pavlovkv opened this issue Jan 22, 2020 · 0 comments
Open

AOT compilation failure (v5.0.2) #11

pavlovkv opened this issue Jan 22, 2020 · 0 comments

Comments

@pavlovkv
Copy link

pavlovkv commented Jan 22, 2020

Steps to reproduce:

  1. Create empty Xamarin Android app.
  2. Disable Fast Deployment and enable AOT and LLVM (insert
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AotAssemblies>true</AotAssemblies>
<EnableLLVM>true</EnableLLVM>

in .csproj)
2. Install AppsFlyerXamarinBindingAndroid version 5.0.2 nuget package.
3. Click "Deploy".

Expected result: the app is successfully deployed on device.
Actual result: error "XA3001: Could not AOT the assembly: AppsFlyerXamarinBindingAndroid.dll".

With previous version (1.50.0) it works fine.
Also I attached the sample. See Release | AnyCPU config.

Reproduce on VS 2019 16.4.3 and VS 2017 15.9.19.

AndroidAppsFlyerTest.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant