Rishi Goel
Rishi Goel

Reputation: 605

How to generate .ipa from xcode bot?

I am getting .xcarchive for my application when I am building using xcode bot and os x server. How can I get it to build .ipa?

Upvotes: 0

Views: 1129

Answers (3)

czechboy
czechboy

Reputation: 944

In Xcode 7, you get a choice in the Bot configuration screen. Make sure to have the Create user-installable product option checked, this should create an .ipa from your archive automatically. (It actually creates an .ipa for every device type now since the introduction of app slicing).

Xcode 7

Upvotes: 2

kenchew
kenchew

Reputation: 334

When creating the scheme, check the Archive checkbox.

Product > Scheme > Edit Scheme...

screenshot added on behalf of OP

Upvotes: -1

James Webster
James Webster

Reputation: 32066

When you build to OS X Server using bots, both an xcarchive and an Ripa are produced.

The "Product" button is a link to this ipa.

enter image description here

Upvotes: 0

Related Questions