没有调试符号可用于Apple Watch上安装的操作系统版本 [英] No debugging symbols are available for the OS version installed on Apple Watch

查看:249
本文介绍了没有调试符号可用于Apple Watch上安装的操作系统版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您可能会在Xcode中收到一条消息,指出:

You may get a message in Xcode that states:

在[Apple Watch名称]上安装的OS版本没有调试符号.确认您的互联网连接正常,然后断开连接并重新连接伴侣设备以重试下载符号.

No debugging symbols are available for the OS version installed on [Apple Watch Name]. Verify that your internet connection is functional, then disconnect and reconnect the companion device to retry downloading symbols.

屏幕截图:

推荐答案

断开电话连接后,观看并重新启动,无济于事.

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:

  1. 从Mac断开iPhone

  1. Disconnect iPhone from Mac

从终端启动Xcode

cd/Applications/Xcode.app/Contents/MacOS/

cd /Applications/Xcode.app/Contents/MacOS/

./Xcode -DVTDownloadableLogLevel 3

./Xcode -DVTDownloadableLogLevel 3

  1. CMD+F并搜索输出开始下载以供观看"

  1. 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 -DVTDownloadableLeaveTemporaryFiles 1

./Xcode -DVTDownloadableLeaveTemporaryFiles 1

  1. 退出Xcode

安装Disk Image,然后在Pacifist中打开软件包( https://www.charlessoft.com )

Mount the Disk Image then open the Package in Pacifist (https://www.charlessoft.com)

打开以下位置

〜/Library/Developer/Xcode/watchOS DeviceSupport/

~/Library/Developer/Xcode/watchOS DeviceSupport/

  1. Systemusr文件夹从Pacifist拖放到该文件夹​​中

  1. Drag the System and usr 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上安装的操作系统版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆