Question:
I used the program encrypts and decrypts a file in my project of my resources in the following link: http://www.example-code.com/objc/crypt_aes_encrypt_file.asp
and I add libraries ios libs in my project that are in the following link:
http://www.chilkatsoft.com/downloads_ios.asp
I used xcode 7.2 and iOS 9.3 (arm64, armv7, armv7s) and I got this error after the addition of the following library: "-lchilkatIos.a" in the TARGETS -> Link Binary With Libraries.
error :
ld: library not found for -lchilkatIos
clang: error: linker command failed with exit code 1 (use -v to see invocation).
thank you for helping me find the solution?