Debug IOS AMD笔记本上的应用程序

Debug IOS Application on the AMD notebook

我有配备 AMD FX 7500 处理器和 Windows 10 pro 的笔记本电脑。 我还安装了 VS 2015 Community 和 Xamarin。是否可以在没有 iPhone 的情况下调试已开发的 iOS 应用程序?如果是,那么如何?

没有。您必须有一台 OSX 机器才能充当构建主机。

如果没有 Mac,您无法构建、运行 或测试 iOS 应用。

您可以在 PC 的 VM 上安装 Mac OS,但这是非法的(Apple 在 Mac OS TOS 中不允许这样做) 并且它通常不起作用。

作为Xamarin doc says

There are a few requirements that must be adhered to when developing for iOS in Visual Studio. As briefly mentioned in the overview, a Mac is required to compile IPA files, and applications cannot be deployed to a device without Apple’s certificates and code-signing tools. Also, the iOS simulator can be used only on a Mac.