简体   繁体   中英

Remotely create iPA or archive build

How can I create iPA or Archive build without using xcode.

Schene - User can generate iPA from web app.

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.

But i want to generate iPA remotely , Where user not have xcode.

He will have Git link (where entire project is available)

Another query

Currently user can archive or create iPA from local xcode project. I want to generate iPA directly from source code url (git/SVN). Is this possible ? is it possible to do it without using jenkins or Fastlane

You can use a something like Jenkins to pull from the Git link and compile the project. The easiest way to do this is to combine Jenkins with Fastlane .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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