ios - WatchKit XCODE 6.3 问题

标签 ios watchkit apple-watch

我在 XCODE 6.3 中遇到 WatchKit 问题,我无法构建我的应用程序。 Xcode 告诉我

error: WatchKit apps must have a deployment target equal to iOS 8.2 (was 8.3).

有人知道这个问题吗?

最佳答案

您的 iOS 应用程序可以针对低于 8.2 的版本,但 WatchKit 应用程序和 WatchKit 扩展程序必须针对 iOS 8.2(或我假设的更高版本)。请确保您满足这些要求。

参见 this Apple Developer Forums link了解更多信息。

关于ios - WatchKit XCODE 6.3 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29548710/

相关文章:

ios - 与核心数据不同的选择

iphone - iOS Objective-C : Using URLConnection multiple times

ios - 检索外设与标识符 : What devices will be retrieved by this function?

ios - 将 Firestore 时间戳转换为日期数据类型

watchkit - reloadTimeline() 不更新复杂性

uicolor - 使用 NSMutableAttributedString 更改 WKInterfaceLabel 的文本颜色

ios - 如何从 iOS 应用程序获取 watch 套件扩展集中的通知?

ios - 为什么我们不能在 Apple Watch Storyboard 中对一个界面 Controller 使用关系转场和 Action 转场(推送)?

apple-watch - Apple Watch 的复杂功能数据更新流程是怎样的?

xcode - 如何避免此错误 : "Took too long to show custom notification. Falling back to static."?