如何在 IOS 7 中启用 USB 调试

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20456753/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 22:40:58  来源:igfitidea点击:

How to enable USB Debugging in IOS 7

iosxamarinusb-debugging

提问by user3000118

I cant understand, how to debug? In android it in "Settings - Developer options - USB debugging". but in iphone with ios 7 I cant find it. Maybe the developer options menu is hidden, but how to show it?

我不明白,如何调试?在android中,它在“设置-开发人员选项-USB调试”中。但是在带有 ios 7 的 iphone 中我找不到它。也许开发者选项菜单是隐藏的,但如何显示呢?

I'm using Xamarin.IOS in Windows 8.

我在 Windows 8 中使用 Xamarin.IOS。

回答by Josiah

iOS does not allow any kind of USB debugging with an ordinary device. If you have paid for an Apple Developer account, then after provisioning your device, developer options will become available. However, unless you have done that, you will not be able to debug.

iOS 不允许使用普通设备进行任何类型的 USB 调试。如果您已为 Apple 开发者帐户付费,则在配置您的设备后,开发者选项将可用。但是,除非您这样做,否则您将无法调试。

It's a sad fact.

这是一个悲伤的事实。

回答by Manu Meyer

Xamarin announced the new "iOS USB Remoting" feature that allows you to deploy and debug to an iOS device that is attached to your Windows pc. However, you still need a mac for building: http://sdtimes.com/xamarin-announces-new-ways-developers-build-ios-apps-visual-studio/#ixzz47U7prhgb

Xamarin 宣布了新的“iOS USB 远程处理”功能,允许您部署和调试连接到 Windows 电脑的 iOS 设备。但是,您仍然需要一个 mac 来构建:http: //sdtimes.com/xamarin-announces-new-ways-developers-build-ios-apps-visual-studio/#ixzz47U7prhgb

The forum says that this feature is planned for cycle 8 which is in alpha at the moment: https://forums.xamarin.com/discussion/65834/ios-usb-remoting

论坛表示,此功能计划用于目前处于 alpha 阶段的第 8 周期:https: //forums.xamarin.com/discussion/65834/ios-usb-remoting

Btw: macincloud.com is a great alternative to having a physical mac.

顺便说一句:macincloud.com 是拥有物理 Mac 的绝佳替代品。