【发布时间】:2020-08-21 08:17:24
【问题描述】:
我已为现有 iOS 应用添加了 Watch App 目标,但在手表模拟器上安装它时遇到问题。此消息总是失败
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: WatchKit 1.0 apps are no longer installable on this watchOS version.
--
WatchKit 1.0 apps are no longer installable on this watchOS version.
Domain: MIInstallerErrorDomain
Code: 133
User Info: {
FunctionName = "-[MIInstallableBundle _isValidWatchKitApp:withVersion:installableSigningInfo:error:]";
LegacyErrorString = UnsupportedWatchKitVersion;
SourceFileLine = 683;
}
--
System Information
macOS Version 10.15.4 (Build 19E287)
Xcode 11.4.1 (16137)
我尝试创建新的示例应用程序,它工作正常。我比较了两个手表应用程序设置,它们是相同的。知道可能是什么问题吗?谢谢
【问题讨论】:
-
现有手表目标的手表 SDK 是 1.0。改变这个。
-
@Paulw11 不是。我检查了它,甚至没有使用 watch sdk 1 的选项。