1

我正在使用库 ZXingWidget、CocoaTouchBarcodes,当我尝试构建我的项目时出现错误,它在 Xcode 4.5 之前工作,但现在它被丢弃了。

如果我尝试使用 armv6 架构,它只能工作,但使用 armv7 则无法工作......

这里的错误日志:


Undefined symbols for architecture armv7:

  "_OBJC_METACLASS_$_UIControl", referenced from:
      _OBJC_METACLASS_$_UIDickBar in UIDickBar.o
  "_UIGraphicsGetCurrentContext", referenced from:
      -[MBProgressHUD drawRect:] in MBProgressHUD.o
      -[MBRoundProgressView drawRect:] in MBProgressHUD.o
      -[RoundedUITableViewMask drawRect:] in RoundedUITableView.o
      -[GradientButton drawRect:] in GradientButton.o
      -[UIDickBar drawRect:] in UIDickBar.o
      -[Radar drawRect:] in Radar.o
      -[RadarViewPortView drawRect:] in RadarViewPortView.o
      ...

(...)

ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我已经搜索过这些链接,但它们对我不起作用。

4

0 回答 0