Search code examples
iphonexcodearchiveorganizer

Xcode 4 archive not showing up in Organizer


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?


Solution

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