iOS 的远程调试器?我需要调试一个配件

发布于 2024-10-19 20:19:41 字数 120 浏览 4 评论 0原文

我正在测试硬件配件,而不是模拟器。

因此,我无法调试并同时连接附件,因为在这两种情况下都需要电缆连接。

那么,有什么方法可以在 iOS 中使用远程调试器吗?或者至少,远程发送 NSLog 输出?

I'm testing a hardware accessory, with not emulator.

Because that, I can't debug and at the same time connect the accessory, because in both cases is necessary a cable connection.

So, exist any way to use a remote debugger in iOS? Or at least, send NSLog output remotely?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彼岸花ソ最美的依靠 2024-10-26 20:19:41

据我所知,不可能通过 Wi-Fi 在调试器中运行 iPhone 应用程序。然而,可以通过 Wi-Fi 运行 Instruments,这是专门针对开发硬件配件的用例而引入的。请参阅 iOS 3.1 的发行说明,其中引入了此功能: https://developer.apple.com/library/ios/#releasenotes/General/RN-iPhoneSDK-3/

As far as I can tell, it is not possible to run an iPhone application in the debugger over Wi-Fi. It is however possible to run Instruments over Wi-Fi, which was specifically introduced for the use case of developing hardware accessories. See the release notes for iOS 3.1, in which this feature was introduced: https://developer.apple.com/library/ios/#releasenotes/General/RN-iPhoneSDK-3/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文