【发布时间】:2016-12-18 08:27:08
【问题描述】:
我已经集成了 xamarin 表单 AWSSDK S3,它在启用链接器的 Android 中运行良好,但在启用链接器时无法在 iOS 中运行。我收到以下错误
Severity Code Description Project File Line Suppression State
Error Failed to resolve "System.Void Amazon.Runtime.Internal.Util.AESEncryptionPutObjectStream::.ctor(System.IO.Stream,System.Byte[],System.Byte[])" reference from "AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604"
我已经在一个新项目中尝试过它,但它运行良好。我也更新了 nuget 包,但它不起作用。
【问题讨论】:
标签: amazon-s3 linker xamarin.ios xamarin.forms