I have been researching a while and with no success on how I can build a cocoa touch framework, add dependency manger for 3rd party libraries and finally add the framework in an app project.
First, I would like to say that the framework I am planning to work with will be developed and tested while I write the app, it will be a git submodule of the main git project and.
Ideally, The structure of my the whole project looks like that
Finder:
Project
Is that a good way to work?
Secondly, the main issue I am facing is how to add dependency manager in my framework
I have tried "Carthage" and "Cocoapods"
With Carthage The main project crashes as It can't find the frameworks and with "Cocoapods", because it creates a workspaces, I can't import the the framework or, at least, I don't know how to do it.
Does anyone know a way for integrating dependency manager in a cocoa touch framework with no app project configuration?
Thank you.
Removed edited part due unfair downvotes
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…