My project has a UIImage category function that I want to call from another class. I properly import the header file for the image category and I get the projec
I had this error message and I am using Cocoapods. To fix the error, I just needed to call pod install again to create all the necessary linking correctly.