visual-studio - Xamarin.IOs 给出错误 "either upgrade Xcode or set the managed linker behaviour to Link Framework SDKs Only"

标签 visual-studio xamarin xamarin.ios

我有一个 Xamarin.IOs 项目。做了一些更新后,我收到此错误,

This version of Xamarin.iOS requires the iOS 11.4 SDK (shipped with Xcode 9.4). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only (to try to avoid the new APIs).



如何将托管链接器行为设置为 仅链接框架 SDK ?

最佳答案

右键单击 IO 项目 并选择属性。

在属性窗口中,

enter image description here

iOS 版本 部分,选择 仅链接框架 SDK 链接器行为: .

这会将托管链接器行为设置为 仅链接框架 SDK .

关于visual-studio - Xamarin.IOs 给出错误 "either upgrade Xcode or set the managed linker behaviour to Link Framework SDKs Only",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51586943/

相关文章:

.net - 具有非实体返回类型的实体模型中的函数导入

c# - Xamarin 表单 : how to implement platform specific code

Xamarin.Android Proguard - 不支持的类版本号 52.0

ios - 为什么我无法在新的 iPad Xamarin 应用程序中构建?

c# - Xamarin iOS 中的 Grand Central Dispatch 与 ThreadPool 性能对比

uiviewcontroller - 如何创建 Storyboard并将其链接到现有的 UIViewController?

ASP.NET 5 vNext,缺少 using 指令或程序集引用 CS0246

visual-studio - 关闭所有选项卡但固定在 Visual Studio 中的键盘快捷键?

css - .form-control 没有显示

android - 使用 SkiaSharp 在 Xamarin 中加载 SVG 文件