ios - Apple Mach-O Linker Error - Phonegap Paypal Plugin -
hi i'm trying implement phonegap paypal plugin (https://github.com/searchtool/paypalplugin) cannot compile - receive following errors in xcode..
undefined symbols architecture armv7s: "_objc_class_$_paypalinvoiceitem", referenced from: objc-class-ref in saiospaypalplugin.o "_objc_class_$_paypalpayment", referenced from: objc-class-ref in saiospaypalplugin.o "_objc_class_$_paypal", referenced from: objc-class-ref in saiospaypalplugin.o ld: symbol(s) not found architecture armv7s clang: error: linker command failed exit code 1 (use -v see invocation) i've followed recommendations in similar posts - files added right clicking project , using 'add files 'method. linker errors! no idea begin - advice?
the static library you're trying use hasn't been compiled armv7s architecture, armv6 , armv7. test this, rather enabling build active architecture only try removing armv7s architectures , see if works. if does, can work on getting library compiled armv7s.
Comments
Post a Comment