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?
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