Any one has used this chilkat SDK of iOS
for encryption and decryption?
how to integrate this in iOS
app as i am getting error after integrate this to my app.
Error is: ld: warning: ignoring file /Users/user/Documents/iOS Project/EncryptionDemo27/EncryptionDemo27/chilkat-9.5.0-ios9/lib/arm64/libchilkatIos.a, file was built for archive which is not the architecture being linked (i386): /Users/user/Documents/iOS Project/EncryptionDemo27/EncryptionDemo27/chilkat-9.5.0-ios9/lib/arm64/libchilkatIos.a
Undefined symbols for architecture i386: "_OBJC_CLASS_$_CkoCrypt2", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help would be appreciated.