问题描述
您可能会在Xcode中收到一条消息,指出:
You may get a message in Xcode that states:
屏幕截图:
推荐答案
断开电话连接后,观看并重新启动,无济于事.
After disconnecting the phone, watch, rebooting, nothing worked.
最终,看来这是一个错误,它似乎是由于WatchKit调试软件包安装失败而引起的.
Ultimately, it appears that this is a bug appears to be caused by a failed installation of the WatchKit debugging package.
手动安装软件包的步骤:
Steps install the package manually:
-
从Mac断开iPhone
Disconnect iPhone from Mac
从终端启动Xcode
./Xcode -DVTDownloadableLogLevel 3
./Xcode -DVTDownloadableLogLevel 3
-
按
CMD+F
并搜索输出开始下载以供观看"
Press
CMD+F
and search for the output "Starting a download for Watch"
退出Xcode
用标志打开Xcode
保留下载的文件
Open Xcode
with flag to keep the downloaded files
-
退出
Xcode
安装Disk Image
,然后在Pacifist
中打开软件包( https://www.charlessoft.com )
Mount the Disk Image
then open the Package in Pacifist
(https://www.charlessoft.com)
打开以下位置
-
将
System
和usr
文件夹从Pacifist拖放到该文件夹中
Drag the
System
andusr
folders from Pacifist into the folder
重新打开Xcode
将iPhone重新连接到Mac,并注意Apple Watch已成功连接.
Reconnect the iPhone to the Mac, and note that Apple Watch is connected successfully.
根据指南改编: http://indiestack.com/2016/12/installing-symbols-for-watchos/
这篇关于没有调试符号可用于Apple Watch上安装的操作系统版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!