Creating a Framework for iOS | Kodeco, the new raywenderlich.com

Learn how to build an iOS framework, which lets you share code between apps, modularize your code or distribute it as a third-party library.


This is a companion discussion topic for the original entry at https://www.kodeco.com/17753301-creating-a-framework-for-ios

After Xcode 13.0 update, the Products directory is unavailable by default after create a new framework project, so we will need few steps to add framework to RWCalendarPicker project.

For those who cannot find Products directory, you can add the framework project after right click on RWCalendarPick in navigator, then go to RWCalendarPicker target window, general tab, inside Frameworks, Libraries, and… section, click add button.

Then you should see the framework project just created.

2 Likes