0

当我尝试对我的应用程序进行模糊处理时,我不断收到这些错误

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_PayPalPayment", referenced from:
      objc-class-ref in ViewController.o
  "_OBJC_CLASS_$_PayPalPaymentViewController", referenced from:
      objc-class-ref in ViewController.o
  "_PayPalEnvironmentNoNetwork", referenced from:
      -[ViewController Pay:] in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
4

1 回答 1

0

听起来像这样:https ://github.com/paypal/PayPal-iOS-SDK/issues/20

如果该答案不能为您解决这个问题,请告诉我们。

于 2013-06-19T19:58:22.590 回答