Question

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?

Was it helpful?

Solution 4

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

OTHER TIPS

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.

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top