1

Created a separate pod and as a stand alone project it's working fine. But when I use it in a separate project as a pod the images not showing. Debug the project and image was nil.

let image = UIImage.init(named: "arrow_down33x17.png")

This is the pod directory structure. enter image description here

isuru
  • 3,385
  • 4
  • 27
  • 62
  • 2
    Different bundle maybe? see https://stackoverflow.com/a/35903720/5464805 – Olympiloutre May 23 '19 at 05:26
  • 1
    https://stackoverflow.com/a/26828253/7316675 – Niki May 23 '19 at 05:33
  • 1
    Possible duplicate of [How to load resource in cocoapods resource\_bundle](https://stackoverflow.com/questions/35692265/how-to-load-resource-in-cocoapods-resource-bundle) – adev May 27 '19 at 01:02

0 Answers0