How do I create an framework to be used with my app?

When I use a shared private framwork of my own to house background code to be used by an app extension, would I have to create and compile the framework before referencing it in my app project, would I add a project for the framework in my app project, or would I add a target for the framework in my project?

Accepted Reply

Have a lookk to this tutorial, you should learn a lot.


h ttps://www.raywenderlich.com/5109-creating-a-framework-for-ios

Replies

Have a lookk to this tutorial, you should learn a lot.


h ttps://www.raywenderlich.com/5109-creating-a-framework-for-ios

Thanks.