架构armv7的未定义符号:" _OBJC_CLASS _ $ _ UBSDKConfiguration",引用自

时间:2016-08-22 07:28:08

标签: ios objective-c swift uber-api

我的应用程序包含许多第三方SDK,如Facebook,Google +,Google Analytic等。一切都在iOS 7上运行到最新的iOS 10.x beta

现在我想在我的应用程序中集成UberRides SDK。由于UberRides SDK支持"以上iOS 8.x" ,我已经更新了我的应用程序&给出了iOS 8.x以上的可支持性。现在我收到错误

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_UBSDKConfiguration", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我从{{}}

尝试了许多与Undefined symbols for architecture armv7:相关的解决方案

&安培;

Undefined symbols for architecture armv7

但在我的案例中没有任何作用

1 个答案:

答案 0 :(得分:0)

通过执行以下步骤解决我的问题 -

  

您的应用程序 - >目标 - >构建设置

Build Active Architecture Only设为YES