【发布时间】:2014-07-02 15:03:30
【问题描述】:
我正在使用适用于 ios 的 cordova 3.4.0 创建 phonegap 项目。我想在我的项目中添加贝宝支付网关。我从以下链接安装了贝宝插件https://github.com/Eaiman/phonegap-paypal-plugin.git
但我在 xcode 上遇到以下错误。
**
Undefined symbols for architecture i386: "std::terminate()", referenced from:
___clang_call_terminate in libPayPalMobile.a(CardIOGPURenderer.o) "___cxa_begin_catch", referenced from:
___clang_call_terminate in libPayPalMobile.a(CardIOGPURenderer.o) "___gxx_personality_v0", referenced from:
Dwarf Exception Unwind Info (__eh_frame) in libPayPalMobile.a(CardIOAnalytics.o)
Dwarf Exception Unwind Info (__eh_frame) in libPayPalMobile.a(CardIOGPURenderer.o)
Dwarf Exception Unwind Info (__eh_frame) in libPayPalMobile.a(CardIOAnalytics.o)
Dwarf Exception Unwind Info (__eh_frame) in libPayPalMobile.a(CardIOGPURenderer.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
**
请指导我。
【问题讨论】:
标签: ios cordova paypal cordova-plugins