We are developing a dynamic umbrella framework which consist of several other frameworks. Our framework structure is in below
- Base.framework
- SubFramework1
- SubFramework2
- SubFramework2.1
- SubFramework2.2
- SubFramework3
And our xcode project file for the umbrella framework(Base.framework) is structured like this. But when I execute carthage build command , it finds some of the sub frameworks and doesnt able to find some of the sub frameworks. What should I do in order to compile the framework as its structured in our xcode project
You can see our framework in the below link: https://github.com/Kandy-IO/test-cp
(All the subframeworks are in SubFrameworks folder of CpaaSSDK.framework)