iOS-Framework
iOS-Framework copied to clipboard
Comment: empty projects will not be built (!)
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)