Last Updated: February 25, 2016
·
2.166K
· jfsagasti

Best way to build a iOS Static Framework

Building static libraries (and frameworks) can be a pain in the ass. This amazing article just saved my life:

https://github.com/jverkoey/iOS-Framework/#walkthrough

I had to make some small changes in order to make the scripts work, but you get the idea ;)