Worldpay / worldpay-lib-ios

iOS Library for Worldpay
https://online.worldpay.com
20 stars 11 forks source link

Stuck at integrating worldpay #9

Closed Salmancs43 closed 7 years ago

Salmancs43 commented 8 years ago

I used the 'AFNetworking', '~> 3.0’ in my whole app and now at the end i want to integerate the worldpay payment method but when i import the worldpay file i got this error

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_AFHTTPRequestOperation", referenced from:
      objc-class-ref in libWorldpay.a(Worldpay.o)
      objc-class-ref in libWorldpay.a(ThreeDSController.o)
      objc-class-ref in libWorldpay.a(APMController.o)
  "_OBJC_CLASS_$_AFHTTPRequestOperationManager", referenced from:
      objc-class-ref in libWorldpay.a(WorldpayUtils.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I google it and try everything but nothing worked. Please tell me the solution. Thanks

aaronwardle commented 7 years ago

It's perhaps a late reply but my advice would be don't bother with WorldPay and the iOS SDK we reported a huge fraud issue months ago and are still waiting for a solution, and every day fraudsters are using our mobile app to test stolen credit cards.

With the SDK currently and even the sample project 3DS does not work so the level of fraud transactions are very high.

It's a shame but we are now looking to switch to JudoPay or Stripe.

Salmancs43 commented 7 years ago

Thanks for your comment.