I just upgraded to Xcode 4 and am trying to create an adhoc build of an earlier project. Whenever I use the \"Archive\" option I either end up with no archive at all in the
you may have some linked projects (like librairies) inside your main project. Go to the Build settings of those projects and set the setting "Skip install" (Deployement category) to "Yes", but leave the "Skip install" of the main project to "No". Build, archive, and you should be able to select the ipa package.