xamarin - 您的应用程序正在使用 'HealthKitUI' 框架

标签 xamarin xamarin.ios ios9.3

我最近更新了 Xamarin。从那时起,由于以下错误,我一直无法构建我的 iOS 应用程序:

Your application is using the 'HealthKitUI' framework, which isn't included in the iOS SDK you're using to build your app (this framework was introduced in iOS 9.3, while you're building with the iOS 9.2 SDK.) This configuration is only supported with the legacy registrar (pass --registrar:legacy as an additional mtouch argument in your project's iOS Build option to select). Alternatively select a newer SDK in your app's iOS Build options.

还有人看过这个吗?我没有更改代码中的任何内容。

最佳答案

看来您需要升级到 Xcode 7.3。您能否执行该更新并告知我们?

iOS 9.3 需要 Xcode 7.3 支持,这些支持已在 Xamarin.iOS 9.6.0.0 中添加:https://releases.xamarin.com/stable-release-ios-9-3-xcode-7-3-support/

此外,check out the following有关 iOS SDK 版本与 Xcode 版本的信息。

关于xamarin - 您的应用程序正在使用 'HealthKitUI' 框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36560369/

相关文章:

xamarin - XF Binding .. 未找到属性,但仅适用于我的 Android 应用程序,而不适用于 iOS

ios - 尝试在 iOS 12 及更低版本中启动 Xamarin 应用程序时如何修复 'error HE0042'

c# - 如何在 c# Xamarin 中实现 ios 委托(delegate)/数据源模式?

.net - 如果垃圾收集器在 Monotouch 4 中为 "more aggressive",这意味着什么?

iOS 9.3 颜色管理/配置文件

c# - List(T).ForEach 未使用 Xamarin 定义

Android Action Bar 选项卡,一起设置图标和文本的样式

c# - 如何使用 OxyPlot 在 Xamarin.Forms 可移植应用程序中创建图表?

ios - 在 Swift 中,如何在 TableView 的 TableViewCell 中的 UIImageView 上添加角标(Badge)?