Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just switched to Xcode 4 and need to make an ad hoc build so my customer can test my app. Yet every tutorial I find is based on Xcode 3 and I can't seem to find my way with Xcode 4 on similar settings and actions I need to do. Is there a tutorial or anything out there that can help me on this? I googled it but with very poor results.

Regards,

Michaƫl

share|improve this question

3 Answers

up vote 87 down vote accepted

By sure you have selected a device from the drop down menu and not the simulator.

Then in XCode 4 go to product -> archive.

After the build is complete open the organizer and selected Archives.

Here you will find your build, from here you can then select share, next XCode will ask with which profile to sign the app.

Now you have created an IPA which you can send to your testers.

share|improve this answer
It worked. Thanks! – eMich Mar 20 '11 at 12:15
Anyone know how to do this from the command line? – PsychoDad Feb 7 '12 at 0:03

Heres a more detailed walk-through:

http://theruprect.wordpress.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/

share|improve this answer
2  
This link prevented me from jumping out of the window. Thanks! – Buyin Brian Jul 12 '11 at 21:27
Creating distribution profile was turning into nightmare, until i found this. Thanks a lot! – Swapna Aug 4 '11 at 4:41
Fantastic link thank you for posting – KomodoDave Sep 5 '11 at 20:05
2  
This guide fails to clarify how to duplicate the release (click the plus button and the duplicate option is revealed). – Lee Whitney Nov 6 '11 at 0:41
duplication info: You need to go to the Info tab located in the project settings. You'll see a list of configurations there (Debug, Release). Click on the + at the bottom and then Duplicate "Release" Configuration stackoverflow.com/questions/7773706/… – ganoro May 25 '12 at 8:46

I wrote a tutorial on how to do this that also covers the need to Skip Install with third party libraries available at http://www.musicalgeometry.com/?p=1237

share|improve this answer
+1 Invaluable information on the "Skip Install" if you have 3rd party libraries (cocos2d, Flurry, sub-project static lib etc..) – bentford Oct 4 '11 at 21:39
+1 excellent walk through, thanks! – Bogatyr Mar 22 '12 at 10:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.