<small id='RPqT2'></small><noframes id='RPqT2'>

    <legend id='RPqT2'><style id='RPqT2'><dir id='RPqT2'><q id='RPqT2'></q></dir></style></legend>
  • <i id='RPqT2'><tr id='RPqT2'><dt id='RPqT2'><q id='RPqT2'><span id='RPqT2'><b id='RPqT2'><form id='RPqT2'><ins id='RPqT2'></ins><ul id='RPqT2'></ul><sub id='RPqT2'></sub></form><legend id='RPqT2'></legend><bdo id='RPqT2'><pre id='RPqT2'><center id='RPqT2'></center></pre></bdo></b><th id='RPqT2'></th></span></q></dt></tr></i><div id='RPqT2'><tfoot id='RPqT2'></tfoot><dl id='RPqT2'><fieldset id='RPqT2'></fieldset></dl></div>
      <tfoot id='RPqT2'></tfoot>
          <bdo id='RPqT2'></bdo><ul id='RPqT2'></ul>

      1. 如何在当前项目中搜索任何 UIWebView 组件使用情况?

        How to search for any UIWebView component usage inside a current project?(如何在当前项目中搜索任何 UIWebView 组件使用情况?)
      2. <legend id='irSqZ'><style id='irSqZ'><dir id='irSqZ'><q id='irSqZ'></q></dir></style></legend>
          <tbody id='irSqZ'></tbody>

        <small id='irSqZ'></small><noframes id='irSqZ'>

          • <tfoot id='irSqZ'></tfoot>
            • <bdo id='irSqZ'></bdo><ul id='irSqZ'></ul>

              <i id='irSqZ'><tr id='irSqZ'><dt id='irSqZ'><q id='irSqZ'><span id='irSqZ'><b id='irSqZ'><form id='irSqZ'><ins id='irSqZ'></ins><ul id='irSqZ'></ul><sub id='irSqZ'></sub></form><legend id='irSqZ'></legend><bdo id='irSqZ'><pre id='irSqZ'><center id='irSqZ'></center></pre></bdo></b><th id='irSqZ'></th></span></q></dt></tr></i><div id='irSqZ'><tfoot id='irSqZ'></tfoot><dl id='irSqZ'><fieldset id='irSqZ'></fieldset></dl></div>

                1. 本文介绍了如何在当前项目中搜索任何 UIWebView 组件使用情况?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在提交我的最新版本时,Apple 对此警告做出了回应.

                  when submitting my latest build, Apple has response with this warning.

                  ITMS-90809:已弃用的 API 使用 - Apple 将停止接受使用 UIWebView API 的应用提交.有关详细信息,请参阅 https://developer.apple.com/documentation/uikit/uiwebview.

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

                  仅供参考,我已经根据 Apple 的建议将项目中的所有 UIWebView 组件迁移到 WKWebView 组件,但 Apple 仍然以相同的警告响应.

                  Fyi, I already migrate all UIWebView component to WKWebView component in my project based on Apple recommendation but Apple still response with the same warning.

                  除了使用 Xcode 中的搜索功能之外,还有其他方法可以搜索仍附加到我的项目的任何 UIWebView 元素吗?

                  Is there any ways to search for any UIWebView element that still attached to my project other that using Search functionality inside Xcode?

                  推荐答案

                  嘿,我尝试在 Xcode 中搜索.几个第三方库使用了它.(以 FBSDK 为例)我更新了这些库,但这还不够.

                  Hey I tried searching in Xcode. Couple of the third party libraries used it. (FBSDK for example) I updated those libraries but that wasn't sufficient.

                  在下一次上传时,可怕的电子邮件又来了.

                  On the next upload the scary email arrived again.

                  然后我发现了这篇文章:https://medium.com/@zivchen_42755/for-me-that-wasnt-enough-it-didn-t-found-all-of-them-thats-奇怪的事情要做与pod-i-a068d55b7fab

                  Then I found this article: https://medium.com/@zivchen_42755/for-me-that-wasnt-enough-it-didn-t-found-all-of-them-thats-weird-something-to-do-with-pod-i-a068d55b7fab

                  在评论中有人提到 grep 是药物.

                  and in the comments someone mentioned grep being the medicine.

                  所以我尝试了 grep -r UIWebView/Path/To/Project/*

                  它发现了几个也使用 UIWebView 的二进制框架.(GoogleSignin、Crashlytics ...)我也更新了这些.

                  And it found a couple of the binary frameworks that also use UIWebView. (GoogleSignin, Crashlytics ...) I updated those too.

                  在下一次上传时没有可怕的电子邮件:D

                  On the next upload there was no scary email :D

                  这篇关于如何在当前项目中搜索任何 UIWebView 组件使用情况?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)
                  Resume game cocos2d(恢复游戏 cocos2d)
                  Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)
                  [ios.cocos2d+box2d]how to disable auto-rotation?([ios.cocos2d+box2d]如何禁用自动旋转?)
                  Storing and reading files from Documents directory iOS 5(从 Documents 目录存储和读取文件 iOS 5)
                  How can I implement a virtual joystick for a cocos2d game outside the cocos2d environment?(如何在 cocos2d 环境之外实现 cocos2d 游戏的虚拟摇杆?)
                      <tbody id='nEmrN'></tbody>
                    <legend id='nEmrN'><style id='nEmrN'><dir id='nEmrN'><q id='nEmrN'></q></dir></style></legend>
                  1. <tfoot id='nEmrN'></tfoot>

                        • <bdo id='nEmrN'></bdo><ul id='nEmrN'></ul>

                            <small id='nEmrN'></small><noframes id='nEmrN'>

                            <i id='nEmrN'><tr id='nEmrN'><dt id='nEmrN'><q id='nEmrN'><span id='nEmrN'><b id='nEmrN'><form id='nEmrN'><ins id='nEmrN'></ins><ul id='nEmrN'></ul><sub id='nEmrN'></sub></form><legend id='nEmrN'></legend><bdo id='nEmrN'><pre id='nEmrN'><center id='nEmrN'></center></pre></bdo></b><th id='nEmrN'></th></span></q></dt></tr></i><div id='nEmrN'><tfoot id='nEmrN'></tfoot><dl id='nEmrN'><fieldset id='nEmrN'></fieldset></dl></div>