我已经使用 cocoapod 成功安装了 Braintree ios sdk,并且编译得很好。但是,当我在 appdelegate.m 文件中初始化VTClient 时。我收到编译错误:
Undefined symbols for architecture i386:
"OBJCCLASS_$_VTClient", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我在网上根本找不到任何解决方案。有小费吗?
还在这里提交了一个问题: https ://github.com/braintree/braintree_ios/issues/27