iOS-Framework icon indicating copy to clipboard operation
iOS-Framework copied to clipboard

Comment: empty projects will not be built (!)

Open wspruijt opened this issue 11 years ago • 0 comments

Took me a while to figure out that you need an actual implementation (.m file) to successfully build the aggregate target.

If you don't, the .a file will not be generated and the aggregate will fail with something like:

lipo: can't open input file: ... libFooFramework.a (No such file or directory)

wspruijt avatar Jun 25 '14 10:06 wspruijt