【发布时间】:2014-09-16 14:55:26
【问题描述】:
我正在尝试让 Paypal 的 iOS SDK 正常工作。我已按照自述文件中的说明进行操作,但构建失败并出现以下错误
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_NSExtensionItem", referenced from:
objc-class-ref in libPayPalMobile.a(OnePasswordExtension.o)
"_OBJC_CLASS_$_NSItemProvider", referenced from:
objc-class-ref in libPayPalMobile.a(OnePasswordExtension.o)
"_kUTTypePropertyList", referenced from:
-[OnePasswordExtension processExtensionItem:completion:] in libPayPalMobile.a(OnePasswordExtension.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在构建示例应用程序时也会出现同样的错误,所以我排除了我的项目设置。
谁能告诉我我错过了什么?
【问题讨论】:
-
谢谢,但同样的问题也出现在示例应用中。