没有 USB 的 Xcode 6.1 调试?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26624374/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 6.1 debug without USB?
提问by Elliot Chance
I am testing an integration with some hardware that requires the iPad to be plugged in via the lighting adapter. The problem is I don't have the Xcode debugger or any feedback from the application, it's like drawing in the dark.
我正在测试与某些需要通过照明适配器插入 iPad 的硬件的集成。问题是我没有 Xcode 调试器或应用程序的任何反馈,这就像在黑暗中绘图。
I know in previous versions of Xcode you could do Wifi based debugging, is this confirmed in Xcode 6.1+ or do I have any other options?
我知道在以前版本的 Xcode 中您可以进行基于 Wifi 的调试,这是在 Xcode 6.1+ 中确认的还是我有其他选择?
回答by Enrico Susatyo
WiFi debugging has never been supported in any public releases of Xcode yet.
任何公开版本的 Xcode 都不支持 WiFi 调试。
There are third party hacks that may or may not work: https://github.com/Shopify/superdb
There also reports that this works with some workarounds: https://stackoverflow.com/a/7857052/361247
有可能有效也可能无效的第三方黑客:https: //github.com/Shopify/superdb
还有报告说这适用于一些解决方法:https: //stackoverflow.com/a/7857052/361247
But officially, this isn't supported.
但官方不支持。