Ive created a new pod component following the instructions on the CocoaPods website. Now I have the following structure inside my Pods:
Subscriptions (folder)
MyComponent (folder)
Mycompponent.swift
Resources (folder)
However, when I try to call:
UIImage(named: "name_of_image")
from MyComponent.swift, I get a "zero" return.
Ive been reading solutions that include creating a package for my component, but I have not found the right way to generate it. Any advice would be nice.
thanks
Armin source
share