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?
Asked
Active
Viewed 1,118 times
3 Answers
2
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).

czechboy
- 899
- 7
- 15
0
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
.

James Webster
- 31,873
- 11
- 70
- 114
-1

James Webster
- 31,873
- 11
- 70
- 114

kenchew
- 324
- 5
- 17
-
If you'd like to post a link to a screenshot, one of us can edit your post to include the image. – James Webster Aug 18 '15 at 07:48
-
@JamesWebster how do I do that? I edited but I can't save due to "You need at least 10 reputation to post images." – kenchew Aug 18 '15 at 07:53
-
Just paste the link rather that using the add image tool – James Webster Aug 18 '15 at 07:54
-
I would upvote your answer so that you have the privilege, but I don't *think* it's correct. But I'm not sure enough that it's wrong to down vote either. – James Webster Aug 18 '15 at 07:55
-
@JamesWebster re-read you comment ... https://cloud.githubusercontent.com/assets/5128916/9325225/425dd2f2-45c3-11e5-9105-5e4f92694809.png – kenchew Aug 18 '15 at 08:09