zyra / cordova-plugin-stripe

A Cordova plugin that lets you use Stripe's Native SDKs for Android and iOS.
MIT License
93 stars 57 forks source link

dyld: Symbol not found: _kABPersonAddressCityKey #37

Open Keko94 opened 7 years ago

Keko94 commented 7 years ago

Hello,

I have an error when I try to compile for iOS 9 on the current latest Xcode version: "dyld: Symbol not found: _kABPersonAddressCityKey" I searched and I found this topic: https://stackoverflow.com/questions/39485826/dyld-symbol-not-found-kabpersonaddresscitykey-xcode-8-issue I resolved my error following the answer: "Add PassKit.framework to your Link Binary With Libraries in your Build Phases and set its Status to Optional". I think the stripe ios SDK has been updated recently to fix this error, can you update the sdk used for cordova too?

Thanks

patrickeddy commented 6 years ago

I concur. Had this issue and fixed the same way.