When developing a cocoa touch framework, how can I use code from a third-party structure by referencing it and then including it in the "link binary with libraries" options?
I donβt want to refer to binary code to prevent character conflicts between the hosting project and the framework (the project that will use the framework)
In addition, I will need a frame code to use a link to a hosting project from a third-party structure, how to do this?
Or should I use a different approach like static framework (I am not familiar with the slight differences of the two)
source share