Tag: xcode

Building Universal Static Libraries Using Xcode

I spent a few hours today researching how to put together a framework bundle that can be used in multiple iOS applications with minimal hassle. As it turns out, this is not as simple as it sounds. There are several good articles on the subject out there, but the 4.0 SDK rendered pretty much all of them obsolete. So I wanted to share my current solution here.

Read more »