-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Could not AOT the assembly build failure with version 2.0.1 in Xamarin.iOS projects #2676
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
Comments
From @nbsoftware on Sunday, December 10, 2017 9:42:10 AM I can confirm the issue. And I also confirm that downgrading to Microsoft.Net.Http.Headers package to 2.0.0 does work around it. |
From @michelmoorlag on Monday, December 18, 2017 1:18:35 AM Same issue here when I try to build a XF IOS adhoc app. Downgrading Microsoft.Net.Http.Headers package to version 2.0.0 fixed the issue for me. |
Same problem here. |
Closing per @danielmeza's last comment. |
@therealjohn if you still have issues, please ping me. Thanks. |
Still an issue when building on microsoft appcenter, even with suggested settings. (Local build did work tough) |
From @therealjohn on Wednesday, November 29, 2017 2:08:10 PM
Functional impact
Adding the latest versions of this NuGet, or any NuGet that has it as a valid dependency that would pull in the latest version will cause a build failure for device builds in Xamarin.iOS projects.
Minimal repro steps
FinishedLaunching
method.Expected result
Build Success
Actual result
Build fails.
Further technical details
Attached is the full build output.
fullbuildoutput.txt
Downgrading to version 2.0.0 of the package works around this issue.
If this is not the correct place to file the issue, please let me know!
Copied from original issue: aspnet/HttpAbstractions#974
The text was updated successfully, but these errors were encountered: