- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Apple Watch 1 崩溃
dyld: lazy symbol binding failed: Symbol not found: _WKExtensionMain
Referenced from: /Users/User/Library/Developer/CoreSimulator/Devices/8C1ABCBE-4C0B-47BE-8169-0278C2BE766B/data/Containers/Bundle/Application/B0118FCC-A517-4339-8166-65A7D0D33217/Watch.app/PlugIns/Watch Extension.appex/Watch Extension
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 4.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WatchKit.framework/WatchKit
dyld: Symbol not found: _WKExtensionMain
Referenced from: /Users/User/Library/Developer/CoreSimulator/Devices/8C1ABCBE-4C0B-47BE-8169-0278C2BE766B/data/Containers/Bundle/Application/B0118FCC-A517-4339-8166-65A7D0D33217/Watch.app/PlugIns/Watch Extension.appex/Watch Extension
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 4.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WatchKit.framework/WatchKit
适用于 Apple Watch 2、3、4、5 的相同代码可以正常工作
谢谢你的帮助
最佳答案
Xcode 11 的发行说明说:
The WatchKit framework is no longer included in the iOS SDK. If you’re using WatchKit APIs from iOS, you need to remove this use. The WatchKit framework remains available on watchOS. If you’re using WatchKit APIs from iOS to infer availability of features on the paired Apple Watch, include information about your use case when you submit feedback to Feedback Assistant. (49707950)
https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes
您可以将build设置更改为旧版,以便现在可以使用。
PS:旧版设置在 Xcode 12b2 中已弃用
https://developer.apple.com/documentation/xcode-release-notes/xcode-12-beta-release-notes
我建议您不要使用旧版build设置。您缺少新构建系统的许多功能,并且在即将推出的 Xcode 版本中也已弃用
关于ios - XCode 11.3、装有 iOS 13.2.2 的模拟器 iPhone X 和装有 watchOS 4.2 的 Apple Watch 42mm 时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62812637/
我在使用 Sphero 和 iOS 7 时遇到了问题。就像快速入门指南中所说的那样,由于 1.6 发行说明本应包含启动新项目的说明,但没有说明说明,因此我使用了“集成到现有项目”选项卡中,我将部署目标
我在 iOS 8 和更高版本的 iPad 中遇到方向问题。我的应用程序需要 iPad 中的横向右和横向左方向。但在 iOS 8 的 iPad 中,它仅支持横向右方向。如果您尝试更改方向,状态栏的方向会
我的主要目标是试验 Cassandra 集群。我有一台笔记本电脑,所以我的选择是,据我所知,(1)使用一些虚拟化软件(例如 Hyper-V)创建多个 VM,然后使用 Cassandra 实例运行每个
我从我的应用程序的用户那里收到了很多崩溃报告,如下所示: Application Specific Information: *** Terminating app due to uncaught e
我已将 iPhone 升级到 iOS 6,但目前使用的是 Xcode 4.2(在 Snow Leopard 上)。现在我收到此错误消息: The version of iOS on “xxx xxx”
我有一个应用程序,其中显示了一个 UIImagePickerController 并且我需要隐藏状态栏。我用来隐藏它的方法适用于 6.X 操作系统的 iOS 设备和 7.0 的 iPhone/iPod
我们有一个网络应用程序: 应用程序必须在 iPad 上运行。但是当用户试图从 iCloud Drive 中选择 PDF 文件时,问题就出现了。所有文件都可用。 Image/* 工作正常(它使所有非图
我在 App Store 审核我的应用程序时遇到了一些问题。那不是我的第一个应用程序,但我就是无法得到错误。 该应用程序可在真实设备 (iPhone 5S) 上正常运行,无一异常(exception)
是否可以让 Java 6 在装有 Mac OS X 10.4 的 Mac PowerPC 上运行?据我所知SoyLatte仅适用于 Intel 处理器。 最佳答案 截至 2009 年 12 月,用于
使用 ESB 4.9.0 打包的 AXIS2Server 在 4.8.0 正常工作时无法启动...任何帮助 您好,我在 Win 7 OS 64-it 上运行 ESB 4.9.0。假设我的 esb 在以
Apple Watch 1 崩溃 dyld: lazy symbol binding failed: Symbol not found: _WKExtensionMain Referenced fr
我是一名优秀的程序员,十分优秀!