Xcode4 / ipa archive problem

Possible duplicate:
Xcode 4 Unspecified Archived Version

Hello,

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

My problem is that the created archive has two missing values. The organizer displays the value "version" as "unspecified" and the value "Identifier" is empty. I tried to set these values ​​in my info.plist and on the Info tab in the project settings. None of this worked out.

So why are these values ​​not set correctly?

Here is a screenshot:

Missing version and identifier

+12
xcode4 archive ipa
Mar 15 '11 at 23:10
source share
1 answer

Your Xcode project is likely referencing one or more other shared library Xcode projects that your project requires. Scroll through the Xcode projects for each of these shared libraries and set the Skip Installation setting for each installation to Yes. Then rebuild your archive. The organizer should now create your .ipa.

+9
Apr 08 2018-11-11T00:
source share



All Articles