I am trying to create a static umbrella framework which holds various 3rd party sub frameworks. So i've followed this tutorial below:
How to create an umbrella framework in iOS SDK?
Unfortunately when adding the static umbrella framework into another project I get various "undefined symbol" errors from the sub-frameworks.
When I link the sub frameworks again in the "link binary with libraries" like the image below it does work. But how can I prevent this to be needed? I would like an external developer only to add my Umbrella framework to his project.