Closed krishnans closed 6 years ago
Please make sure to use the .framework files from releases page: https://github.com/citruspay/citruspay-ios-sdk/releases Avoid using pre-released products as it may not be stable for production.
Your error seems to be occurring because of using CitrusGraphics 2.0 with older Citrus frameworks. Please use a compatible version of citrus graphics 1.1.3
I am using 4.1.7 version of citrus pay. I did an pod update and got this error after that. CitrusPay podspec has a CitrusGraphics dependency and CitrusGraphics podspec points to 2.0 version.
Please use hardcoded compatible CitrusGraphics version in your podspec
pod 'CitrusGraphics', '~> 1.1.3'
Make sure this version gets picked up while running pod install. Clean the pod cache if any cached version is getting installed in your project.
Its working now. Thanks as lot.
While using the latest version i am getting the following error dyld: Symbol not found: _OBJCCLASS$__TtC14CitrusGraphics14CitrusGraphics.