Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将第 3 方项目包装到静态库中,以便可以将其用作子项目。但是我经常遇到“解析问题”错误,将我指向第 3 方创建的框架之一。我无法找出解决方案。
问题是UIImage*编译器无法识别。你可以看到它下面有一个小标记,它与SFThumbnailFetcher*同一行中的颜色不同。
UIImage*
SFThumbnailFetcher*
该类UIImage是在UIKit Framework中定义的,因此您必须先导入它。
UIImage
#import <UIKit/UIKit.h>