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

link|improve this question
feedback

3 Answers

up vote 71 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 create an IPA which you can send to your testers.

link|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 at 0:03
feedback

Heres a more detailed walk-through:

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

link|improve this answer
1  
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
1  
This guide fails to clarify how to duplicate the release (click the plus button and the duplicate option is revealed). – Lee - Slalom 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 2 days ago
feedback

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

link|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 at 10:38
feedback

Your Answer

 
or
required, but never shown

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