1
votes

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

1

1 Answers

2
votes

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.