本文介绍了如何在没有Mac的情况下构建iPhone Xamarin App?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发xamarin表单应用程序.我可以生成APK,并在我的android设备上运行它.但是,如果没有Mac,我该如何为iPhone做同样的事情?是否可以在可生成ipa文件的应用程序中心或azure devops上构建我的应用程序?

I'm developing xamarin forms apps. I can generate the APKs and run it on my android devices. But how can I do the same for iPhones without having a mac? Is there a way to build my apps on app center or azure devops where it generates the ipa files?

谢谢

推荐答案

以下是有关如何在azure-devops中为Android和iOS构建Xamarin应用的指南:

Here is guidance about how to build Xamarin apps for Android and iOS in azure-devops:

使用azure-devops构建Xamarin应用

以下是有关如何在AppCenter中构建Xamarin iOS应用的文档:

Here is document about how to build Xamarin iOS app in AppCenter:

在AppCenter中为iOS构建Xamarin应用

如果要在本地构建xamarin.iOS项目,则必须连接到可通过网络访问的Mac才能构建Xamarin.iOS应用程序.因为构建本机iOS应用程序需要访问Apple的构建工具,该工具只能在Mac上运行.

If you want to build a xamarin.iOS project locally, you must connect to a network-accessible Mac to build Xamarin.iOS applications. Because building native iOS applications requires access to Apple's build tools, which only run on a Mac.

引用:与Mac配对以进行Xamarin.iOS开发

这篇关于如何在没有Mac的情况下构建iPhone Xamarin App?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 04:29