GDTCCTUploadOperation.m:36:9:找不到“GoogleUtilities/GULURLSessionDataResponse.h”文件

Posted

技术标签:

【中文标题】GDTCCTUploadOperation.m:36:9:找不到“GoogleUtilities/GULURLSessionDataResponse.h”文件【英文标题】:GDTCCTUploadOperation.m:36:9: 'GoogleUtilities/GULURLSessionDataResponse.h' file not found 【发布时间】:2022-01-17 05:20:01 【问题描述】:

我更新了我的 cocoapods 须藤宝石安装 CocoaPods 现在更新我的 pod 我无法编译我的 ios 项目

找不到“GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h”文件

还没有找到 GULLogger.h(在重新集成 pod 之前)

任何人有解决方案或发生这种情况的原因吗?

提前致谢

播客文件

pod 'SwiftyJSON'
pod 'GoogleMaps'
pod 'RealmSwift',  '=10.20.0'
pod 'AWSS3'
pod 'AWSCognito'
pod 'AWSMobileClient'
pod 'AWSPinpoint'
pod 'Plaid'
pod 'Firebase/Core'
pod 'FirebaseAnalytics'
pod 'FirebaseMessaging'
pod 'FirebaseAuth'
pod 'FirebaseFirestore'
pod 'FirebaseFunctions'
pod 'FirebaseInAppMessaging'
pod 'FirebaseInstanceID'
pod 'FirebasePerformance'
pod 'FirebaseRemoteConfig'
pod 'FirebaseCrashlytics'
pod 'Firebase/AdMob'
pod 'SwiftLint'
pod 'SwiftGen'
pod 'SDWebImage'
pod 'Reusable'
pod 'SYBadgeButton'
pod 'Instructions'


Downloading dependencies
Installing AWSAuthCore (2.19.1)
Installing AWSCognito (2.19.1)
Installing AWSCognitoIdentityProvider (2.19.1)
Installing AWSCognitoIdentityProviderASF (2.19.1)
Installing AWSCore (2.19.1)
Installing AWSMobileClient (2.19.1)
Installing AWSPinpoint (2.19.1)
Installing AWSS3 (2.19.1)
Installing BoringSSL-GRPC (0.0.7)
Installing Firebase (3.6.0)
Installing FirebaseABTesting (8.10.0)
Installing FirebaseAnalytics (3.4.2)
Installing FirebaseAnalyticsInterop (1.5.0)
Installing FirebaseAuth (8.10.0)
Installing FirebaseCore (8.10.0)
Installing FirebaseCoreDiagnostics (8.10.0)
Installing FirebaseCrashlytics (8.10.0)
Installing FirebaseFirestore (8.10.0)
Installing FirebaseFunctions (8.10.0)
Installing FirebaseInAppMessaging (0.13.0)
Installing FirebaseInstallations (8.10.0)
Installing FirebaseInstanceID (1.0.9)
Installing FirebaseMessaging (8.10.0)
Installing FirebasePerformance (8.10.0)
Installing FirebaseRemoteConfig (8.10.0)
Installing GTMSessionFetcher (1.7.0)
Installing Google-Mobile-Ads-SDK (7.11.0)
Installing GoogleDataTransport (9.1.2)
Installing GoogleInterchangeUtilities (1.2.2)
Installing GoogleMaps (6.0.1)
Installing GoogleSymbolUtilities (1.1.2)
Installing GoogleUtilities (1.3.2)
Installing GoogleUtilities (7.6.0)
Installing Instructions (2.1.1)
Installing Plaid (2.3.1)
Installing PromisesObjC (2.0.0)
Installing Realm (10.20.0)
Installing RealmSwift (10.20.0)
Installing Reusable (4.1.2)
Installing SDWebImage (5.12.1)
Installing SYBadgeButton (1.1.0)
Installing SwiftGen (6.5.1)
Installing SwiftLint (0.45.1)
Installing SwiftyJSON (5.0.1)
Installing abseil (0.20200225.0)
Installing gRPC-C++ (1.28.2)
Installing gRPC-Core (1.28.2)
Installing leveldb-library (1.22.1)
Installing nanopb (2.30908.0)
Generating Pods project
Integrating client project

【问题讨论】:

【参考方案1】:

尝试 pod deintegratepod update 并确保 FirebaseAnalytics 更新以匹配其他 Firebase 产品。另外,这两个版本的 GoogleUtilities 都有问题。

如果pod deintegrate 不能解决该问题,您可能需要更深入地了解导致错误配置的原因。 Podfile.lock 文件应该提供一些线索。

【讨论】:

感谢 Paul 之前已经完成了 deintegrate,但没有成功。我确实注意到 Firebase/AdMobs 需要与其他 Firebase 模块不同版本的 GoogleUtilities 我想知道这是否是一个问题? Firebase/AdMob 已被弃用,取而代之的是 Google-Mobile-Ads-SDK

以上是关于GDTCCTUploadOperation.m:36:9:找不到“GoogleUtilities/GULURLSessionDataResponse.h”文件的主要内容,如果未能解决你的问题,请参考以下文章