简体   繁体   中英

Generic Xcode Archive without libraries

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.

I ended up compiling the product and adding it to my primary target.

It doesn't really solve the exact problem but it is somewhat of a solution.

As pointed out by Peter Hosey this is probably a bug.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM