Error de integración del SDK de Paypal
Frecuentes
Visto 480 veces
1
I am trying to add the Paypal SDK to my app but I get 4 errors
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)
puede alguien ayudarme a resolver esto?
2 Respuestas
2
Pruebe lo siguiente:
- Go to Targets -> Build Settings -> Linking -> Other Linker Flags
- Add -lc++ & -ObjC to it
This worked for me solve errors same as above.
Espero que esto ayude.
Respondido 12 Abr '14, 09:04
1
Vaya a:
Targets -> Build Settings -> Linking -> Other Linker Flags Add -ObjC -l"PayPalMobile" -l"Pods-PayPal-iOS-SDK" -l"c++" -framework "AVFoundation" -framework "AudioToolbox" -framework "CoreLocation" -framework "CoreMedia" -framework "MessageUI" -framework "MobileCoreServices" -framework "SystemConfiguration"
Respondido 04 ago 15, 11:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas ios objective-c xcode paypal or haz tu propia pregunta.