In this tutorial you'll learn how to create a CocoaPod containing your Swift code, assets, and storyboard files. You'll also learn all about Pod Spec files.
Iāve followed your tutorial to the letter (except for the part where I have to enter my own data) and when using Swift 2.2, cocoa pods 0.39.0 and Xcode 7.2.1 I get stuck at the part of āUsing Your New CocoaPodā. Iāve followed the instructions but I get an error at the following line in the AppDelegate:
let bundle = NSBundle(forClass: PickFlavorViewController.self)
Itās giving me the error āUse of unresolved identifier āPickFlavorViewControllerāā
Do you have any ideas as to why this is happening and what I might have to do in order to fix it?
I just finished reading this well written arcticle. I have never used cocoapods or carthage and I am trying to decide which one to use for my app which contains many frameworks that I have created. The complexity of the cocoapod creation process has convinced me that while I know almost nothing about carthage, except that the goal of carthage is simplicity, I will make every effort to avoid using cocoapods. The maintenance overhead of this dependency mangager is more than I want to invest in such a tool. If I wanted to publish my frameworks for public consumption I might feel otherwise, but I only want a private system for my own personal use.
This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]