ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs

Hello,
I am facing the issue while uploading the IOS app to the test flight, it got rejected please help me to solve the issue. I also use the grep command to fine UIWebView but don’t know what to do next.

@ionic-native/in-app-browser”: “^5.27.0”,
@ionic-native/social-sharing”: “^5.27.0”,
“cordova-admob-sdk”: “^0.24.1”,
“cordova-ios”: “^5.1.1”,
“cordova-plugin-admob-free”: “^0.27.0”,
“cordova-plugin-inappbrowser”: “^4.0.0”,
“cordova-plugin-wkwebview-engine”: “^1.2.1”

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

Yes I have gone through this and update my all the plugin with latest version, now i am getting the error from cordova-admob-sdk.getting …/…/GoogleMobileSdk matches in grep command. Using the latest version of cordova-plugin-admob-free but not able to resolve the error.

My project still contains…
ios\CordovaLib\Classes\Private\Plugins\CDVUIWebViewEngine…Any way to remove this from my ios project. cordova-ios version is 5.1.1Capture