Is it possible to convert dynamic framework to static library?
The problem is that I don\'t have a source code of framework, but only SomeFramework.framework
Create a "Cocoa Touch Framework" and add your .framework to the "Linked frameworks and Libraries" then you can:
or
Don't forget to add the modulemap / Umbrella to expose what you want.