未定义的架构类符号:"_OBJC_CLASS_$_MFDocumentManager",引用自:objc-i386-ref in SearchTextInPdfViewController.o objc-class-ref in BasicLauncherController.o "_OBJC_METACLASS_$_MFDocumentViewController",引用自: DocumentViewController.o "_OBJC_CLASS_$_MFDocumentViewController",引用自: DocumentViewController.o "_initProfile",引用自:-SearchManager startSearchOperationForSearchTerm:andPage: in -SearchManager。o ld:找不到体系结构的符号i386 collect2: ld返回1个退出状态
发布于 2011-10-18 15:16:45
您可能忘记了为您的项目添加所有必要的框架。
确保你已经添加了你的应用所依赖的任何框架。为此,在左侧边栏中单击最上方的项目,然后选择您的目标,并单击“构建阶段”选项卡。然后展开"Link Binary with Libraries",并在此处添加框架。
https://stackoverflow.com/questions/7803642
复制相似问题