I have added the mobile sdk for my objective c project but whenever trying to call getTokenWithRequest i got SIGABRT. Error messages added below.
dyld: lazy symbol binding failed: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtendedGraphemeClusterForwardfT4fromVVSS17UnicodeScalarView5Index_Si dyld: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtendedGraphemeClusterForwardfT4fromVVSS17UnicodeScalarView5Index_Si
06-12-2017 10:34 PM - edited 06-12-2017 10:36 PM
Hi @souvickg,
Just to clarify, is this the accept-sdk-ios or the inperson-sdk-ios?
Have you by chance tried to raise an issue on GitHub? The developers of those projects often respond to issues raised there.
06-13-2017 11:28 AM
06-13-2017 11:02 PM
Hi @Aaron,
There is already an open issue in github but it does not have any suitable fix. https://github.com/AuthorizeNet/accept-sdk-ios/issues/27
06-13-2017 11:07 PM
Hi everyone ,
i alos facing same problem in my Objective C code. So anyone who solved this problem, so please share.
And i also got this error message:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from:path...../Frameworks/AcceptSDK.framework/AcceptSDK
Reason: image not found
10-10-2017 10:42 PM