在我尝试使用 UIPopoverController 之前,我在使用 UIKit 类时没有遇到任何问题,现在我得到了链接器错误:
Undefined symbols:
"_OBJC_CLASS_$_UIPopoverController", referenced from:
__objc_classrefs__DATA@0 in Tweak.xm.c4a09c77.o
ld: symbol(s) not found
我已经确定我的 make 文件中有 UIKit,所以我不确定问题是什么。