I just update cordova to version 10.0.0 and mi xcode is on version 11.3.1 now when I try to build my app I'm getting this error.
'Cordova/CDVUIWebViewDelegate.h' file not found
I don't know how to set the path to this file or fix this error. Could anyone please help me?
Thanks in advance.
UIWebView
which is deprecated and will not be accepted by Apple when publishing to the App store. I'd make surecordova-ios
is up to date (should be version 6), and if you're usingcordova-plugin-inappbrowser
, make sure that's also up to date. – Wintertidecordova build ios
, I tried upgrading thecordova-plugin-inappbrowser
but andcordova-ios
but no luck. Please share the solution if you were able to solve the issue. – Acicular