When archiving my Mac OS application, I'm getting a "Generic Xcode Archive". I have read that this can be solved by setting Skip Install to YES on any static libraries but I have not added any static libraries. I have two targets and a few frameworks.
Does anyone have an idea why this is happening?
EDIT:
This happens when I add the second target to my "main application" as either a target dependency or in "Copy Files". Does anyone know how to avoid this and still link the two projects? The second target is a C command line tool.