So I\'m working on an iOS project in Swift, and I wanted to create a Static library with some useful stuff in it.
My problem is when I try to build my lib in Xcode (
Swift doesn't support static library
Although the correct way should be create a framework, there is a workaround here.