Can we configure CI for iOS apps with extensions with AzureDevOps

妖精的绣舞 提交于 2021-01-29 08:08:28

问题


We are in process of creating CI builds for iOS apps using Azure DevOps.

I am following this link, to create build definitions. Could anyone guide me on how to build iOS apps with extensions in Azure DevOps

During our research, we did come across Visual Studio app center as an option, are there any other tools or add-ons to achieve the same.


回答1:


Building iOS apps with an extension is not supported by default iOS build task provided by Azure DevOps.

The workaround is to create a shell script to build an iOS app by passing the extension app name as a parameter.



来源:https://stackoverflow.com/questions/54927823/can-we-configure-ci-for-ios-apps-with-extensions-with-azuredevops

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!