架构armv7的未定义符号:"_ objc_readClassPair",引自:libarclite_iphoneos.a中的__ARCLite__load()(arclite.o)

Mak*_*083 4 opencv image-processing objective-c ios

我正在iOS应用程序中集成OpenCV框架,用于样本图像处理应用程序.但我收到以下错误:

enter Undefined symbols for architecture armv7: "_objc_readClassPair", referenced from:
  __ARCLite__load() in libarclite_iphoneos.a(arclite.o)
Run Code Online (Sandbox Code Playgroud)

我正在使用Xcode7.0和基础SDK 8.3

Tob*_*oby 6

尝试在构建设置中关闭"隐式链接Objective-C运行时支持".