【发布时间】:2020-08-16 02:25:39
【问题描述】:
我的 Xamarin Forms 应用程序(使用 Visual Studio 2017 在 Windows 10 上构建,连接到运行 Mojave 的远程 Mac)多年来一直在构建并发布到 Android 和 iOS 商店。
但是,在将我的远程 Mac 的 Xcode 安装更新到 11.3.1(以遵守 Apple 对应用程序发布的最新强制执行)后,我突然遇到了神秘的构建错误:
Failed to resolve "AuthenticationServices.IASAuthorizationControllerDelegate" reference from "Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065"
我已经阅读过类似的问题,但它们与我的设置无关,在花了一整天的时间后我找不到解决方案 - 所以我很难过;不能再在iOS上构建了。有没有人可以解释这个错误?
【问题讨论】:
标签: ios xamarin xamarin.forms visual-studio-2017