How to create an umbrella structure, subframe error

How to create an umbrella structure in xcode 8? I saw this How to create an umbrella structure in the SDK for iOS? and How to add a frame inside another structure (Umbrella Framework) , but I can not create a "Umbrella framework". Unfortunately, when adding an umbrella structure to another project, I get various undefined symbol errors from substructures. To include a sub-structure in an umbrella, I want to add only an umbrella to the application, not a sub-framework. Please help me with this.

+5
source share

Source: https://habr.com/ru/post/1262117/


All Articles