Error deploy in apple

I have an application with ionic 5 and capacitor, but when uploading in apple it returns the following error
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

the only cordova plugin I use is @ mauron85 / cordova-plugin-background-geolocation

and I have not managed to deploy on apple

See: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/

thanks for your answer but I have updated capacitor and quite the cordova plugin but it still keeps giving the error when deploy

Me too getting same error.
Have anyone found it’s answers.
please let me know

package.json
@capacitor/ios”: “^2.2.0”,
@capacitor/core”: “2.2.0”,
@capacitor/cli”: “2.2.0”,

thanks in advance