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?

Community
  • 1
  • 1
barfoon
  • 27,481
  • 26
  • 92
  • 138
  • Just a sanity check suggestion - if you click "Share" in the organizer can you save an .ipa file at all? – RickiG Dec 01 '11 at 16:47

4 Answers4

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.

Adam Hilss
  • 71
  • 1
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.

1

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

Andrew Johnson
  • 13,108
  • 13
  • 75
  • 116
0

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

barfoon
  • 27,481
  • 26
  • 92
  • 138