-
Notifications
You must be signed in to change notification settings - Fork 49
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
Xcode 12.5 upgrade error #58
Comments
@tolu360 This has made a couple of apps stop building |
Facing same issue here. |
You can check out the paystack-ios repo for an update on this. PaystackHQ/paystack-ios#56 However, you can also bump up Paystack version inside of your Podfile.lock to
|
@olayinkaokewale This does not work for me sadly. Can you show me the codebase where you did this and it worked |
Adding 3.0.16 throws another error |
@tolu360 Can a new version be released on this issue |
@tolu360 has this issue been fixed.... I've been an this but no way out, Any suggestion please After adding changing Paystack version inside of my Podfile.lock from 3.0.13 to 3.0.16 the next error is 'Paystack/Paystack-Swift.h' file not found react native version 0.64.1 |
@jerryheir I don't know why the new version of Paystack-iOS is failing but if you can revert back to version comment out line 18 in the last screenshot and write line 19. NOTE: this is a temporary fix and it would probably be fixed when Paystack-iOS gets updated |
Thanks allot @olayinkaokewale..... this worked for me.. But how long will this temporary solution help before the next Paystack-iOS fix..... |
@sammysmart95 I have no idea when the Paystack-iOS team would push the right pod to cocoapods but fingers crossed. However, if you have any reason to delete your Pods folder, you might have to follow the steps again as the code might have reverted. Other than that, I don't think you'd need to do this anymore than once. |
@olayinkaokewale thanks allot, you my saviour on this.... Cheers!! |
'new' is unavailable: You cannot directly instantiate an PSTCKTransaction. You should only use one that has been returned from an PSTCKAPIClient callback.
This error when I try to run a build after upgrading my xcode from 12.4 to 12.5
The text was updated successfully, but these errors were encountered: