Possible Duplicate:
Xcode 4 Archive Version Unspecified

Hi,

I'm archiving an application for iPad adhoc deployment but when I try to share the archive, the option for ipa construction is not available. The application I'm trying to deploy was created using XCode 3. It worked perfectly fine over there.

My problem seems to be, that the created archive has two missing values. The organizer shows the value of "version" as "unspecified" and the value "identifier" is empty. I tried setting this values in my info.plist and in the Info-tab in the project settings. None of it worked.

So why are these values not correctly set?

Here is a screen shot:

Missing version and identifier

link|improve this question
Exactly the same problem! Have you found any solution? – Mike Bevz Mar 16 '11 at 17:56
Me too, same issue – Martin Mar 17 '11 at 3:02
Can you show a screenshot of how it is not available? Just wondering if you are looking for it in the wrong place. – honcheng Mar 20 '11 at 10:45
Exactly the same problem! Have you found any solution? – nullmicgo Dec 5 '11 at 10:17
For the record this is not a duplicate of the 'Possible Duplicate' item. – Mike Weller Feb 28 at 11:33
feedback

closed as exact duplicate by Jeff Atwood Apr 8 '11 at 10:31

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Your Xcode project probably references one or more other Xcode projects for shared libraries that your project requires. Go through the Xcode projects for each of those shared libraries, and set each target's "Skip Install" build setting to "Yes". Then rebuild your archive. Organizer should now let you create your .ipa.

link|improve this answer
feedback

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