Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Swift 应用商店拒绝应用,因为UIWebView,但UIWebView仅在注释中,而不是实际代码中_Swift_Xcode_Uiwebview - Fatal编程技术网

Swift 应用商店拒绝应用,因为UIWebView,但UIWebView仅在注释中,而不是实际代码中

Swift 应用商店拒绝应用,因为UIWebView,但UIWebView仅在注释中,而不是实际代码中,swift,xcode,uiwebview,Swift,Xcode,Uiwebview,我收到一个被拒绝的应用程序,因为它包含UIWebView。当我符文 grep-r“UIWebView”。我得到了以下结果: Binary file ./App.xcworkspace/xcuserdata/codegama.xcuserdatad/UserInterfaceState.xcuserstate matches ./Pods/AppAuth/README.md:for the auth request. `UIWebView` and `WKWebView` are explicit

我收到一个被拒绝的应用程序,因为它包含UIWebView。当我符文

grep-r“UIWebView”。
我得到了以下结果:

Binary file ./App.xcworkspace/xcuserdata/codegama.xcuserdatad/UserInterfaceState.xcuserstate matches
./Pods/AppAuth/README.md:for the auth request. `UIWebView` and `WKWebView` are explicitly *not*
Binary file ./Pods/PayPal-iOS-SDK/PayPalMobile/libPayPalMobile.a matches
./Pods/GoogleSignIn/CHANGELOG.md:- Supports sign-in via UIWebView rather than app switching to a browser,
因此,我尝试用文本编辑器打开UserInterfaceState.xUserState文件,但它是一种不同的文件格式。paypal Pod中的另一个引用只是自述文件中的一些内容

所以我的问题是,我能从paypal自述文件中删除这个单词吗?
其次,如何编辑UserInterfaceState.xUserState以删除该引用?

libPayPalMobile.a
的内部很可能包含对UIWebView的引用

但是,PayPal SDK已被弃用,现在建议使用它。所以要解决这个问题,您必须删除与PayPal SDK的集成,或者迁移到使用Braintree Direct