Closed enkkashley closed 3 years ago
how to install sdk cocoa pods with 3.0.15 I am getting error. Added like this pod 'Paystack','~> 3.0.15'
how to install sdk cocoa pods with 3.0.15 I am getting error. Added like this pod 'Paystack','~> 3.0.15'
changed pod deployment target but getting same error.
@enkkashley thanks for pointing this out. We are looking into this.
@KarthiRasuIOS thank you. Can you post this as a separate issue with details on the error you are getting?
@enkkashley thanks for pointing this out. We are looking into this.
@ravi-paystack you're welcome. alright.
Problem
I get this error during build time in Xcode 12.5 in the "PSTCKAPIClient.m" file:
"'new' is unavailable: You cannot directly instantiate an PSTCKTransaction. You should only use one that has been returned from an PSTCKAPIClient callback."
Steps to reproduce
Expected Results
Successful build.
Actual Results:
"'new' is unavailable: You cannot directly instantiate an PSTCKTransaction. You should only use one that has been returned from an PSTCKAPIClient callback."