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

  1. <tfoot id='tfcUS'></tfoot>

    1. <small id='tfcUS'></small><noframes id='tfcUS'>

    2. 即使我没有使用任何 UIWebView,Apple 也不会接受我的应用程序

      Apple won#39;t accept my app even though I#39;m not using any UIWebView(即使我没有使用任何 UIWebView,Apple 也不会接受我的应用程序)
    3. <i id='LTgJQ'><tr id='LTgJQ'><dt id='LTgJQ'><q id='LTgJQ'><span id='LTgJQ'><b id='LTgJQ'><form id='LTgJQ'><ins id='LTgJQ'></ins><ul id='LTgJQ'></ul><sub id='LTgJQ'></sub></form><legend id='LTgJQ'></legend><bdo id='LTgJQ'><pre id='LTgJQ'><center id='LTgJQ'></center></pre></bdo></b><th id='LTgJQ'></th></span></q></dt></tr></i><div id='LTgJQ'><tfoot id='LTgJQ'></tfoot><dl id='LTgJQ'><fieldset id='LTgJQ'></fieldset></dl></div>

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

      <legend id='LTgJQ'><style id='LTgJQ'><dir id='LTgJQ'><q id='LTgJQ'></q></dir></style></legend>

                <bdo id='LTgJQ'></bdo><ul id='LTgJQ'></ul>
              • <tfoot id='LTgJQ'></tfoot>
                  <tbody id='LTgJQ'></tbody>
              • 本文介绍了即使我没有使用任何 UIWebView,Apple 也不会接受我的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我在将应用上传到 AppStore 时遇到问题.Apple 说我使用的是已弃用的 API,UIWebView.但是我检查了我的整个项目,没有 UIWebView.有没有人遇到过这个错误?谢谢.这是苹果的消息:

                I'm having a problem uploading my app to the AppStore. Apple says that I am using a deprecated API, UIWebView. But I checked my whole project and there is no UIWebView. Has anyone encountered this error? Thanks. Here's apple's message:

                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.

                纠正问题后,您可以将新的二进制文件上传到 App Store Connect.

                After you’ve corrected the issues, you can upload a new binary to App Store Connect.

                这是我的豆荚:

                pod 'Alamofire', '<= 4.8.0'
                pod 'AlamofireObjectMapper', '<= 5.2.0'
                pod 'SDWebImage', '<= 4.4.3'
                pod 'ReachabilitySwift', '<= 4.3.0'
                pod 'RealmSwift'
                pod 'ValidationComponents', '~> 0.3.0'
                pod 'Willow', '<= 5.1.0'
                pod 'CountryPickerView', '<= 2.2.0'
                pod 'PhoneNumberKit', '~> 2.6'
                pod 'IQKeyboardManagerSwift'
                pod 'SwiftKeychainWrapper', '<= 3.0.1'
                pod 'Toast-Swift', '<= 4.0.1'
                pod 'MBProgressHUD', '~> 1.1.0'
                pod 'Mixpanel-swift', '~> 2.6.2'
                pod 'ServiceSDK/Chat', '<= 218.0.0'
                pod 'OneSignal', '>= 2.6.2', '<= 2.9.5'
                pod 'DeviceKit'
                pod 'SwiftLint', '<= 0.30.1'
                pod 'AppCenter', '~> 2.0.1'
                

                推荐答案

                WKWebViewUIWebView 的替代品.如果您的代码中没有 UIWebView 用法,那么通过执行以下终端命令,您可以轻松了解哪个库仍在使用 UIWebView 参考(不要错过.(点)).

                WKWebView is the replacement for UIWebView. If you don't have UIWebView usage in your code than by executing the below terminal command you can easily get to know that which library is still using UIWebView reference (don't miss the . (dot)).

                grep -r UIWebView /Path/To/Project/*
                

                框架匹配的输出

                ./<ANY>.framework/Headers/ANY.h:#define ANYUseUIWebView ANY_NAME_PASTE(ANY_PREFIX_NAME, ANYUseUIWebView)
                

                库匹配的输出

                Binary file ./<FRAMEWORK-NAME>.framework/<LIB-FILE>.a matches
                

                更新这些库

                还可以查看这篇文章 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

                这篇关于即使我没有使用任何 UIWebView,Apple 也不会接受我的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

                EAAccessory/EASession teardown during background(EAAccessory/EASession 在后台拆除)
                Getting an NSArray of a single attribute from an NSArray(从 NSArray 获取单个属性的 NSArray)
                ImageIO: lt;ERRORgt; JPEG Corrupt JPEG data: premature end of data segment iphone - how to catch this?(ImageIO:lt;错误gt;JPEG 损坏的 JPEG 数据:iphone 数据段过早结束 - 如何捕捉到这个?)
                How to get indexPath.row of tableView which is currently being displayed?(如何获取当前正在显示的 tableView 的 indexPath.row?)
                Xcode iOS organizer submit to app store yields quot;The archive is invalidquot; error(Xcode iOS 管理器提交到应用商店产生“存档无效;错误)
                MFMessageComposeViewController alloc returns nil(MFMessageComposeViewController alloc 返回 nil)
                  <bdo id='fiFiz'></bdo><ul id='fiFiz'></ul>
                        <tbody id='fiFiz'></tbody>

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

                      <tfoot id='fiFiz'></tfoot>

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