Did you try to upload this Build?
oh the same problem
I searched and found the cause of the problem is. ::
com.paypal.cordova.mobilesdk
i remove this plugin and after that the app was uploaded successfully
This was quiet of a hit and trial method. I had been struggling with the same issue when I uploaded my first app to App store. It was the same message about UIWebView.
There is a possibility to do a check on the IPA to find the exact plugin which causes the problem.
You need to export the IPA from Xcode and then, you need to get inside that IPA through terminal (you can get into the IPA by specifying the folder path).
Then, you shall use grep command to find references for UIWebView and it will give you the plugin that is using the reference of UIWebView.
Hope that helps !
I faced the same issue and solved by following the instruction at the link.