苹果停止使用uiwebview API的应用程序提交,要怎么从引擎里剔除?

Dear Developer,

We identified one or more issues with a recent delivery for your app, “xxxxxx” 1.0.0 (1.0.3). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview60 for more information.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.

Best regards,

The App Store Team

版本:cocos2d-x-3.10
请问怎么把cocos2d-x里的uiwebview彻底去掉,因为我的应用程序里没有用到webview。 不懂c++,哪位大神指导一下具体要怎么剔除,越详细越好,不胜感激!!
如果能直接发一个剔除掉uiwebview的cocos2d-x包当然更好,:nose:

移除 cocos/ui 中所有文件名中包含 webview 相关的文件,然后编译

遇到编译不过的地方,把引用 webview 的地方删除。如果使用的是 js/lua 绑定,也把 webview 的绑定文件移除

我也遇到了, 先无视警告提交了。。。

删掉了相关文件和引用,重新build了cocos2d_libs.xcodeproj后可以了,已提交审核

我删除了creator里面webview的全部相关引用,为什么提iOS版本还回复我邮件说有UIWebView API?请问sdkbox里面,还有用UIWebView的插件吗?

无视警告通过审核了吗?