My framework is dependent on multiple frameworks which I have tried to imbed in my framework via prior Linking Binary with Libraries and adding a Copy Files with Destination set to Frameworks under build phases with all the dependencies. These schemes are also set to "Shared" setting.
On carthage build --no-skip-current
My framework builds nicely but the dependencies, now found within the Frameworks folder contains all of the dependencies without their respective header folder/files so that on their use they could not be found.
Please let me know if I am missing any steps as it is very important that I can access these header files.
Note: I am extremely new at building frameworks and using carthage.
Thank you.