I have build a framework using the following tutorial.
And I also got this framework.
I am trying to implement the second Framework inside mine, from what I re
I tried doing what @Segev suggested, but I kept receiving the error that the embedded framework files were missing.
However, doing some additional config I managed to make it work!
Here's what I did:
You will see that the umbrella framework 'Headers' folder will include the 'EmbeddedFramework.h' file
You can see an example project here:
Hope this helps