react-native-paystack icon indicating copy to clipboard operation
react-native-paystack copied to clipboard

'Paystack/Paystack-Swift.h' file not found

Open BadMask121 opened this issue 5 years ago • 7 comments

Screenshot 2021-04-11 at 12 40 21 PM Screenshot 2021-04-11 at 12 41 23 PM

Been having this issue, it might seem it's from core paystack-ios issue but i'm still putting out here to see if anyone has this issue

'Paystack/Paystack-Swift.h' file not found

BadMask121 avatar Apr 11 '21 12:04 BadMask121

I have also been having this issue too @tolu360 can you pls help us out

dammyson avatar May 11 '21 23:05 dammyson

Still no help?

Has anyone solved it?

IyiolaOwabumowa avatar May 25 '21 14:05 IyiolaOwabumowa

I'm facing the same issue ooo.... Please can anyone help out please......

sammysmart95 avatar May 28 '21 08:05 sammysmart95

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.

tobilastik avatar Jul 26 '21 20:07 tobilastik

Any solution yet to this for swift iOS???

esomnofu avatar May 19 '22 19:05 esomnofu

Sad, @tolu360 please help

ckOfor avatar Nov 30 '22 08:11 ckOfor

To fix this please do

  1. Step 1 change Paystack version inside of my Podfile.lock from 3.0.13 to 3.0.16 as mentioned here
  2. Step 2 Follow the guidelines to fix new error here

ckOfor avatar Nov 30 '22 10:11 ckOfor