Markus Haverinen
Markus Haverinen
You can build by forcing the Stripe dependency to be fetched from Stripe GitHub by adding following to the end of your Podspec file in the ios directory inside your...
Have you tried to run `pod update` within iOS directory? I also noticed that it does not run within simulator for what ever reason.
Depending a bit on which errors you get it might benefit to run `flutter clean` before build. I personally would still recommend downgrading Xcode to 12.4 but I'll try to...
Running into this issue also. For us the iFrame contains payment form inputs so moving them outside of an iFrame is not really an option. Essentially after focusing a field...
Thanks. I ended up using similar kind of solution for now.