I am trying to integrate CCAvenue payment integration into iOS. They gave me two library files named: libcrypto.a and libssl.a
They also provided me with some header files.
To implement this, they mentioned that I need to configure the header search paths and library search paths in the build settings.
I installed both of them, but I get the following error:
ERROR: file openssl/rsa.a not found.
Can someone help me step by step by copying these files to my project and setting the correct path and flags if necessary?
I work with Xcode 7.0.1 and iOS 7.0 +
ios objective-c iphone payment-gateway ccavenue
Pranav
source share