【问题标题】:Undefined symbols for architecture i386 while i m running?我运行时架构 i386 的未定义符号?
【发布时间】:2011-12-09 20:36:22
【问题描述】:

架构 i386 的未定义符号: “_OBJC_CLASS_$_MFDocumentManager”,引用自: SearchTextInPdfViewController.o 中的 objc-class-ref BasicLauncherController.o 中的 objc-class-ref “_OBJC_METACLASS_$_MFDocumentViewController”,引用自: DocumentViewController.o 中的 _OBJC_METACLASS_$_DocumentViewController “_OBJC_CLASS_$_MFDocumentViewController”,引用自: DocumentViewController.o 中的 _OBJC_CLASS__$_DocumentViewController “_initProfile”,引用自: - [SearchManager startSearchOperationForSearchTerm:andPage:] 在 SearchManager.o ld:未找到体系结构 i386 的符号 collect2: ld 返回 1 个退出状态

【问题讨论】:

    标签: iphone


    【解决方案1】:

    您可能忘记为您的项目添加所有必要的框架。

    确保您已添加应用所依赖的任何框架。为此,在左侧边栏中单击最顶部的项目,然后选择您的目标,然后单击“构建阶段”选项卡。然后展开“Link Binary with Libraries”,并在此处添加框架。

    【讨论】:

      猜你喜欢
      • 2011-08-14
      • 2011-10-30
      • 2023-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多