Thread: XCode 4 archive
View Single Post
Hello,

I'm using OmniUI framework in my project.
It builds fine in both Debug and release mode.

However, when I try to Archive (Build > Archive in XCode 4), it says it archived successfully, but the archive file is 0kb. It is also not displayed in the organizer.

I spent the whole day trying to figure out why it would happen and the only things I could come up with was:
1. Skip install as YES for release (which is already there)

I read some post of someone saying that the copy headers action could be causing this issue, but if I try to remove that from Omni framework projects, it fails to build as the headers are not accessible.

Do you have any idea on what I would need to do in order to be able to have an archive?

Thanks, Marcelo