Xcode - 缺少架构(库链接)

Xcode - Missing Architecture (library linking)

最近几天,我每次构建项目时都会在 Xcode 中遇到此编译器错误:

ld: warning: ignoring file /.../(Framework Name).framework/(Framework), missing required architecture x86_64 in file /.../(Framework Name).framework/(Framework) (2 slices)

Undefined symbols for architecture x86_64:

  "_OBJC_CLASS_$_CLSNAME", referenced from:

      objc-class-ref in ViewController.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

我也无法在 iPhone 5 模拟器 (i386) 上 运行 此代码。 我拥有的 iPhone 设备已过时,无法 运行 iOS 8. 我尝试将构建设置设置为 iOS 7 但我收到有关缺少支持的错误对于 iOS 8.

之前的动态库

注意事项:

我试过的解决方案:

几个月前我才开始使用 iOS 和 Xcode,我对那里的一切都不是很熟悉,所以请尽可能详细地解释一切可以。

提前感谢任何试图提供帮助的人:)

您是否添加了它说缺少的框架?另外,尝试删除 Derived Data 文件夹,然后清理项目。如果这不起作用,请在构建设置中关闭模块。