I am trying to wrap up a 3rd party project into a static library, so that i can use it as a subproject. But i am constantly running into “parse issue” errors pointing me to one of the framworks that the 3rd party has created. I am not able to figure out
the solution to this.

The problem is
UIImage*is not recognized by the compiler. You can see a little mark under it, and it is not in the same color asSFThumbnailFetcher*in the same line.The
UIImageclass is defined in the UIKit Framework, so you have to import it before.