How to make umbrella framework in xcode 8? I saw this How to create an umbrella framework in iOS SDK? and How to add a framework inside another framework (Umbrella Framework), but i cant make 'Umbrella framework'. Unfortunately when adding the umbrella framework into another project I get various "undefined symbol" errors from the sub-frameworks. How to include sub-framework into umbrella, i want to add only umbrella in app, not sub-framework. Please someone help me with this.
Asked
Active
Viewed 1,244 times
5
-
I have a suggestion for you that apple don't suggest to make umbrella framework. So don't make it! – iYoung Dec 31 '16 at 08:27
-
You can refer here http://stackoverflow.com/a/34776343/3840908 – iYoung Dec 31 '16 at 08:28
-
I read about that in http://stackoverflow.com/questions/7365578/why-are-umbrella-frameworks-discouraged, but i need to make umbrella, both framework are mine, and it will be easier for distribution. – Vladimir Zivanov Dec 31 '16 at 08:30
-
Refer this here it is updated for XCode 8 - http://stackoverflow.com/a/34837164/3840908 – iYoung Dec 31 '16 at 08:34
-
1Possible duplicate of [How to add a framework inside another framework (Umbrella Framework)](http://stackoverflow.com/questions/34681435/how-to-add-a-framework-inside-another-framework-umbrella-framework) – iYoung Dec 31 '16 at 08:35
-
@iYoung i refer to these links in question. That answers don't help me. – Vladimir Zivanov Dec 31 '16 at 08:46