【发布时间】:2021-01-07 09:20:45
【问题描述】:
我已经遵循了关于这个主题的建议,但我仍然无法摆脱 UIWebView
我的 pod 列表:
pod 'Firebase/Crashlytics'
pod 'Firebase/Core'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Messaging'
pod 'Firebase/InAppMessagingDisplay'
pod 'Firebase/Performance'
pod 'Google-Mobile-Ads-SDK','7.65.0'
pod 'GoogleAnalytics'
pod 'Chartbeat', '1.4.1' ######
pod 'TaboolaSDK', '2.8.0'
pod 'FacebookCore', '0.9.0'
pod 'FacebookShare', '0.9.0'
pod 'FacebookLogin', '0.9.0'
pod 'FBSDKCoreKit', '5.15.1'
pod 'FBSDKLoginKit', '5.15.1'
pod 'FBSDKShareKit', '5.15.1'
pod 'TwitterKit', '3.4.2'
pod 'GoogleSignIn', '5.0.2'
pod 'WKJavaScriptController'
pod 'AlignedCollectionViewFlowLayout'
pod 'JWPlayer-SDK', '3.17.0'
pod 'PianoComposer', '~>2.3.8'
所有 firebase pod 都已更新。当我 grep 获取 UIWebView 时,我得到:
grep: ./ArtiPlayer.framework/Resources: No such file or directory
./Pods/AppAuth/README.md:for the auth request. `UIWebView` and `WKWebView` are explicitly.
*not*
Binary file ./Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-
Current/GoogleMobileAds.framework/GoogleMobileAds matches
Binary file ./Pods/TwitterKit/iOS/TwitterKit.framework/TwitterKit matches
./Pods/TwitterKit/iOS/TwitterKit.framework/Headers/TWTRTweet.h: * Suitable for loading in a
`UIWebView`, `WKWebView` or passing to Safari:
./Pods/GoogleSignIn/CHANGELOG.md:- Supports sign-in via UIWebView rather than app switching.
to a browser,
grep: ./ArtiSDK.framework/Resources: No such file or directory
GoogleMobileAds、TwitterKit 和 GoogleSignIn 已更新至最新版本。 请帮忙
【问题讨论】:
-
pod 'Google-Mobile-Ads-SDK','7.65.0' 这可能是问题所在。看到这个 - stackoverflow.com/questions/63462490/…