简体   繁体   English

远程创建iPA或存档版本

[英]Remotely create iPA or archive build

How can I create iPA or Archive build without using xcode. 如何在不使用xcode的情况下创建iPA或存档版本。

Schene - User can generate iPA from web app. Schene-用户可以从Web应用程序生成iPA。

I know user can generate iPA using command line , But user should have xcode in his local machine then only he will be able to do it. 我知道用户可以使用命令行生成iPA,但是用户应该在其本地计算机中具有xcode,然后他才能执行此操作。

But i want to generate iPA remotely , Where user not have xcode. 但是我想远程生成iPA,而用户没有xcode。

He will have Git link (where entire project is available) 他将拥有Git链接(可以在其中找到整个项目)

Another query 另一个查询

Currently user can archive or create iPA from local xcode project. 当前,用户可以从本地xcode项目归档或创建iPA。 I want to generate iPA directly from source code url (git/SVN). 我想直接从源代码URL(git / SVN)生成iPA。 Is this possible ? 这可能吗 ? is it possible to do it without using jenkins or Fastlane 是否可以在不使用詹金斯或Fastlane的情况下做到这一点

You can use a something like Jenkins to pull from the Git link and compile the project. 您可以使用诸如Jenkins之类的东西从Git链接中提取并编译项目。 The easiest way to do this is to combine Jenkins with Fastlane . 最简单的方法是将Jenkins与Fastlane结合使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM