ios - 在 AMD 笔记本上调试 IOS 应用程序

标签 ios visual-studio xamarin visual-studio-debugging amd

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

最佳答案

没有 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.

关于ios - 在 AMD 笔记本上调试 IOS 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37099351/

相关文章:

ios - 将 NSDecimalNumber 转换为 NSString 时,NSNumberFormatter 舍入不正确

c++ - osg::GraphicsContext::WindowingSystemInterface 返回 null

android - 是否可以通过 Xamarin Forms 项目访问在 ANDROID 项目中编码的自定义控件?

Xamarin 表单和 Entity Framework 核心 NetStandard

ios - 由于未捕获的异常: NSArrayM objectAtIndex index 0 beyond bounds for empty array,如何捕获终止应用程序

iOS 等间距 View

iphone - iPhone/iPad 应用程序中的本地化问题

c++ - 这是使用访问功能的好习惯

windows - 产品不受支持(Visual Studio 2019)

c - 在 Xamarin 项目中绑定(bind) native C 库