I'm currently developing a framework for internal usage, but I'm having trouble getting it to play nicely. The issue i seem to be having is that the framework uses cocoapods for some of its dependencies, and then when I tried to test is in a blank project by adding it as subproject it and then import it, it won't build and complains saying "No such module 'x'".
Ideally instead of a subproject id like it to work purely as a framework but I'm just taking baby steps for now.