'Paystack/Paystack-Swift.h' file not found
BadMask121 opened this issue · 7 comments
BadMask121 commented
IyiolaOwabumowa commented
Still no help?
Has anyone solved it?
sammysmart95 commented
I'm facing the same issue ooo.... Please can anyone help out please......
tobilastik commented
I think this error is due to the fact that the project has not been updated for a very long time now.
Go to your podfile and downgrade
platform :ios, '11.0'
to
platform :ios, '10.0'
clean your build and rebuild
the downside about this solution is that it might affect some other packages that depend on the higher version of the ios target platform, but if that's not the case then you are good to go.
esomnofu commented
Any solution yet to this for swift iOS???