我正在使用cocoapods将worldpay集成到我的项目中但是我遇到了这些错误:
架构x86_64的未定义符号:
“_OBJC_CLASS _ $ _ AFHTTPRequestOperation”,引自: libWorldpay.a中的objc-class-ref(Worldpay.o) libWorldpay.a中的objc-class-ref(ThreeDSController.o) libWorldpay.a中的objc-class-ref(APMController.o)“_ OBJC_CLASS _ $ _ AFHTTPRequestOperationManager”,引自: libWorldpay.a中的objc-class-ref(WorldpayUtils.o)ld:找不到架构x86_64 clang的符号:错误:链接器命令失败 退出代码1(使用-v查看调用)
有人会帮我解决这个问题吗?
感谢。
答案 0 :(得分:0)
_AFHTTPRequestOperationManager
和AFNetworking
是AFNetworking
个类。我想您可能还需要添加//loop through each row of the table
$("tr").each(function() {
//get the value of the data-label attribute
var placeholderText = $(this).find("td").attr("data-label");
//assign the data-label value captured above to teh placeholder property of the input
$(this).find("input").attr("placeholder", placceholderText );
});
窗格。
答案 1 :(得分:0)
平台:ios,'7.0' pod“AFNetworking”,“〜> 2.0”
由于worldpay依赖于AFNetworking
,因此需要添加以有效实施此功能