-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new' is unavailable: You cannot directly instantiate an PSTCKTransaction. #63
Comments
@Ahyox Thanks for reporting. May I know which version you are using? We have already identified this issue and released a fix for it. The latest version v3.0.17 should not throw this error. |
@ravi-paystack Thanks for the reply. Im using this |
@ravi-paystack I experience the same issue on the RN SDK. can you give me a quick guide to fix this on RN? |
@neyosoft do you get the same error on v3.0.17 ? |
Thanks for the feedback @ravi-paystack |
I'm currently experiencing the error, I upgraded to version 3.0.17 but it led to another error, How were you guys able to solve it |
@Ahyox how did you resolve the issue? I have this same issue, how can I resolve it? I am using Xcode version 14.3.1 and I have this Paystack in my Podfile:
I am not certain what to do. I have changed it to only
What can I do? |
@ravi-paystack any luck with a way out on fixing this issue? |
@wptechprodigy I can't really remember what I did back then, but it looked like I deleted the previous version and install paystack to 3.0.17. |
Okay @Ahyox , I'll give it a try! |
Problem/Motivation
Error message:
new' is unavailable: You cannot directly instantiate an PSTCKTransaction. You should only use one that has been returned from an PSTCKAPIClient callback.
Everything was working perfectly until I updated Xcode.
Xcode version: Version 12.5 (12E262)
The text was updated successfully, but these errors were encountered: