Xcode 4 archive not showing up in Organizer [duplicate]
Asked Answered
I

4

7

Possible Duplicate:
Archives not showing up in Organizer for XCode 4

When I go to archive my app, everything builds without error, but the archive doesnt show up in the Organizer, and the .xcarchive file is 0 bytes.

I've looked at solutions all over the web and on here, including this one, this one, this one, setting 'Skip Install' flags to YES/NO in all areas for all build types, cleaning, deleting/readding my Entitlements.plist file, with NO LUCK.

Does anyone know of anything else I can try?

Issi answered 29/11, 2011 at 4:25 Comment(1)
Just a sanity check suggestion - if you click "Share" in the organizer can you save an .ipa file at all?Scorpaenid
I
0

Ended up re-creating project, could not find a way to solve this issue otherwise.

Issi answered 18/1, 2012 at 19:35 Comment(0)
I
7

Verify that the 'Installation Directory' is set for your application target. Installation seems to be skipped if this is left empty, regardless of the 'Skip Install' flag.

Intramundane answered 2/12, 2011 at 22:16 Comment(0)
B
3

Are you using the menu item, "Product" -> "Build For" -> "Build for Archiving"? I was doing that the first time I tried to make an Archive, but it doesn't create it. Using just "Product" -> "Archive" did the job for me.

Bartell answered 2/12, 2011 at 23:32 Comment(0)
S
1

The only thing that fixed this for me was re-installing XCode.

Samuels answered 3/2, 2012 at 0:42 Comment(0)
I
0

Ended up re-creating project, could not find a way to solve this issue otherwise.

Issi answered 18/1, 2012 at 19:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.