When building a shared library for an iOS application, we have no choice but to either provide the source files or a static library that developers can link to. But when building a library for Mac OSX applications we have the option of providing that functionality in the form of a framework. Specific to Mac OSX, frameworks are similar to a dynamic library but provide several key advantages.
Read moreā¦