Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash at FPRNSURLSessionInstrument.m #14274

Open
ValentineVV opened this issue Dec 19, 2024 · 3 comments
Open

Crash at FPRNSURLSessionInstrument.m #14274

ValentineVV opened this issue Dec 19, 2024 · 3 comments

Comments

@ValentineVV
Copy link

Description

Crash at FPRNSURLSessionInstrument.m

Here is stacktrace:

          Fatal Exception: NSMallocException
0  CoreFoundation                 0x2d5ec __exceptionPreprocess
1  libobjc.A.dylib                0x31244 objc_exception_throw
2  CoreFoundation                 0x185e9c +[NSObject(NSObject) doesNotRecognizeSelector:]
3  CFNetwork                      0xa299c -[__NSURLSessionLocal taskForClassInfo:]
4  FirebasePerformance            0x17bb8 __InstrumentDataTaskWithRequest_block_invoke + 271 (FPRNSURLSessionInstrument.m:271)
5  FirebasePerformance            0x17bb8 __InstrumentDataTaskWithRequest_block_invoke + 271 (FPRNSURLSessionInstrument.m:271)
6  Alamofire                      0x2d82c DataStreamRequest.task(for:using:) + 122 (DataRequest.swift:122)
7  Alamofire                      0xbc690 Session.didCreateURLRequest(_:for:) + 1188 (Session.swift:1188)
8  Alamofire                      0xca120 partial apply for closure #3 in Session.performSetupOperations(for:convertible:shouldCreateTask:)
9  Alamofire                      0x88dc4 thunk for @escaping @callee_guaranteed () -> () (<compiler-generated>)
10 libdispatch.dylib              0x2248 _dispatch_call_block_and_release
11 libdispatch.dylib              0x3fa8 _dispatch_client_callout
12 libdispatch.dylib              0xb5cc _dispatch_lane_serial_drain
13 libdispatch.dylib              0xc158 _dispatch_lane_invoke
14 libdispatch.dylib              0xb42c _dispatch_lane_serial_drain
15 libdispatch.dylib              0xc124 _dispatch_lane_invoke
16 libdispatch.dylib              0x1738c _dispatch_root_queue_drain_deferred_wlh
17 libdispatch.dylib              0x16bd8 _dispatch_workloop_worker_thread
18 libsystem_pthread.dylib        0x3680 _pthread_wqthread
19 libsystem_pthread.dylib        0x1474 start_wqthread

Reproducing the issue

No response

Firebase SDK Version

11.6 and earlier

Xcode Version

16.1

Installation Method

CocoaPods

Firebase Product(s)

Performance, Crashlytics, Remote Config, Analytics

Targeted Platforms

iOS

Relevant Log Output

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@rizafran
Copy link
Contributor

Thanks for reporting, @ValentineVV. Could you share your Podfile.lock file?

@ValentineVV
Copy link
Author

@rizafran Yes, it's pretty big but here it is

PODS:
  - Alamofire (5.9.1)
  - AppAuth (1.7.5):
    - AppAuth/Core (= 1.7.5)
    - AppAuth/ExternalUserAgent (= 1.7.5)
  - AppAuth/Core (1.7.5)
  - AppAuth/ExternalUserAgent (1.7.5):
    - AppAuth/Core
  - AppLovinSDK (12.6.1)
  - AppLovinYandexMobileAdsAdapters (12.6.1.3):
    - AppLovinSDK (~> 12.6.1)
    - YandexMobileAds (= 7.6.0)
  - AppMetricaCore (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaEncodingUtils (= 5.8.1)
    - AppMetricaFMDB (= 5.8.1)
    - AppMetricaHostState (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
    - AppMetricaNetwork (= 5.8.1)
    - AppMetricaPlatform (= 5.8.1)
    - AppMetricaProtobuf (= 5.8.1)
    - AppMetricaProtobufUtils (= 5.8.1)
    - AppMetricaStorageUtils (= 5.8.1)
  - AppMetricaCoreExtension (5.8.1):
    - AppMetricaCore (= 5.8.1)
    - AppMetricaStorageUtils (= 5.8.1)
  - AppMetricaCoreUtils (5.8.1):
    - AppMetricaLog (= 5.8.1)
  - AppMetricaCrashes (5.8.1):
    - AppMetricaCore (= 5.8.1)
    - AppMetricaCoreExtension (= 5.8.1)
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaEncodingUtils (= 5.8.1)
    - AppMetricaHostState (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
    - AppMetricaPlatform (= 5.8.1)
    - AppMetricaProtobufUtils (= 5.8.1)
    - AppMetricaStorageUtils (= 5.8.1)
    - KSCrash/Recording (< 2.1.0, >= 2.0.0-rc.1)
  - AppMetricaEncodingUtils (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
    - AppMetricaPlatform (= 5.8.1)
  - AppMetricaFMDB (5.8.1)
  - AppMetricaHostState (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
  - AppMetricaLibraryAdapter (5.8.1):
    - AppMetricaCore (= 5.8.1)
    - AppMetricaCoreExtension (= 5.8.1)
  - AppMetricaLog (5.8.1)
  - AppMetricaNetwork (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
    - AppMetricaPlatform (= 5.8.1)
  - AppMetricaPlatform (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
  - AppMetricaProtobuf (5.8.1)
  - AppMetricaProtobufUtils (5.8.1):
    - AppMetricaProtobuf (= 5.8.1)
  - AppMetricaStorageUtils (5.8.1):
    - AppMetricaCoreUtils (= 5.8.1)
    - AppMetricaLog (= 5.8.1)
  - BigoADS (4.2.3)
  - BigoADSYandexMobileAdsAdapters (4.2.3.10):
    - BigoADS (~> 4.2.3)
    - YandexMobileAds (= 7.6.0)
  - ChartboostSDK (9.7.0)
  - ChartboostYandexMobileAdsAdapters (9.7.0.13):
    - ChartboostSDK (~> 9.7.0)
    - YandexMobileAds (= 7.6.0)
  - CryptoSwift (1.7.1)
  - DeviceKit (5.5.0)
  - Differentiator (5.0.0)
  - DivKit (30.23.0):
    - DivKit_LayoutKit (= 30.23.0)
    - DivKit_Serialization (= 30.23.0)
    - VGSL (~> 6.0)
  - DivKit_LayoutKit (30.23.0):
    - DivKit_LayoutKitInterface (= 30.23.0)
    - VGSL (~> 6.0)
  - DivKit_LayoutKitInterface (30.23.0):
    - VGSL (~> 6.0)
  - DivKit_Serialization (30.23.0):
    - VGSL (~> 6.0)
  - DivKitBinaryCompatibilityFacade (4.5.0):
    - DivKit (~> 30.9)
  - EasyDi (1.6.1)
  - Embassy (4.1.4)
  - EnvoyAmbassador (4.0.5):
    - Embassy (~> 4.0)
  - FirebaseABTesting (11.6.0):
    - FirebaseCore (~> 11.6.0)
  - FirebaseAnalytics (11.6.0):
    - FirebaseAnalytics/AdIdSupport (= 11.6.0)
    - FirebaseCore (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/Network (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
    - nanopb (~> 3.30910.0)
  - FirebaseAnalytics/AdIdSupport (11.6.0):
    - FirebaseCore (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - GoogleAppMeasurement (= 11.6.0)
    - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/Network (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
    - nanopb (~> 3.30910.0)
  - FirebaseCore (11.6.0):
    - FirebaseCoreInternal (~> 11.6.0)
    - GoogleUtilities/Environment (~> 8.0)
    - GoogleUtilities/Logger (~> 8.0)
  - FirebaseCoreExtension (11.6.0):
    - FirebaseCore (~> 11.6.0)
  - FirebaseCoreInternal (11.6.0):
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
  - FirebaseCrashlytics (11.6.0):
    - FirebaseCore (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - FirebaseRemoteConfigInterop (~> 11.0)
    - FirebaseSessions (~> 11.0)
    - GoogleDataTransport (~> 10.0)
    - GoogleUtilities/Environment (~> 8.0)
    - nanopb (~> 3.30910.0)
    - PromisesObjC (~> 2.4)
  - FirebaseInstallations (11.6.0):
    - FirebaseCore (~> 11.6.0)
    - GoogleUtilities/Environment (~> 8.0)
    - GoogleUtilities/UserDefaults (~> 8.0)
    - PromisesObjC (~> 2.4)
  - FirebasePerformance (11.6.0):
    - FirebaseCore (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - FirebaseRemoteConfig (~> 11.0)
    - FirebaseSessions (~> 11.0)
    - GoogleDataTransport (~> 10.0)
    - GoogleUtilities/Environment (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/UserDefaults (~> 8.0)
    - nanopb (~> 3.30910.0)
  - FirebaseRemoteConfig (11.6.0):
    - FirebaseABTesting (~> 11.0)
    - FirebaseCore (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - FirebaseRemoteConfigInterop (~> 11.0)
    - FirebaseSharedSwift (~> 11.0)
    - GoogleUtilities/Environment (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
  - FirebaseRemoteConfigInterop (11.6.0)
  - FirebaseSessions (11.6.0):
    - FirebaseCore (~> 11.6.0)
    - FirebaseCoreExtension (~> 11.6.0)
    - FirebaseInstallations (~> 11.0)
    - GoogleDataTransport (~> 10.0)
    - GoogleUtilities/Environment (~> 8.0)
    - GoogleUtilities/UserDefaults (~> 8.0)
    - nanopb (~> 3.30910.0)
    - PromisesSwift (~> 2.1)
  - FirebaseSharedSwift (11.6.0)
  - geos (9.0.0)
  - GEOSwift (11.0.0):
    - geos (~> 9.0)
  - Google-Mobile-Ads-SDK (11.10.0):
    - GoogleUserMessagingPlatform (>= 1.1)
  - GoogleAppMeasurement (11.6.0):
    - GoogleAppMeasurement/AdIdSupport (= 11.6.0)
    - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/Network (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
    - nanopb (~> 3.30910.0)
  - GoogleAppMeasurement/AdIdSupport (11.6.0):
    - GoogleAppMeasurement/WithoutAdIdSupport (= 11.6.0)
    - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/Network (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
    - nanopb (~> 3.30910.0)
  - GoogleAppMeasurement/WithoutAdIdSupport (11.6.0):
    - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
    - GoogleUtilities/MethodSwizzler (~> 8.0)
    - GoogleUtilities/Network (~> 8.0)
    - "GoogleUtilities/NSData+zlib (~> 8.0)"
    - nanopb (~> 3.30910.0)
  - GoogleDataTransport (10.1.0):
    - nanopb (~> 3.30910.0)
    - PromisesObjC (~> 2.4)
  - GoogleSignIn (7.1.0):
    - AppAuth (< 2.0, >= 1.7.3)
    - GTMAppAuth (< 5.0, >= 4.1.1)
    - GTMSessionFetcher/Core (~> 3.3)
  - GoogleUserMessagingPlatform (2.6.0)
  - GoogleUtilities (8.0.2):
    - GoogleUtilities/AppDelegateSwizzler (= 8.0.2)
    - GoogleUtilities/Environment (= 8.0.2)
    - GoogleUtilities/Logger (= 8.0.2)
    - GoogleUtilities/MethodSwizzler (= 8.0.2)
    - GoogleUtilities/Network (= 8.0.2)
    - "GoogleUtilities/NSData+zlib (= 8.0.2)"
    - GoogleUtilities/Privacy (= 8.0.2)
    - GoogleUtilities/Reachability (= 8.0.2)
    - GoogleUtilities/SwizzlerTestHelpers (= 8.0.2)
    - GoogleUtilities/UserDefaults (= 8.0.2)
  - GoogleUtilities/AppDelegateSwizzler (8.0.2):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
    - GoogleUtilities/Privacy
  - GoogleUtilities/Environment (8.0.2):
    - GoogleUtilities/Privacy
  - GoogleUtilities/Logger (8.0.2):
    - GoogleUtilities/Environment
    - GoogleUtilities/Privacy
  - GoogleUtilities/MethodSwizzler (8.0.2):
    - GoogleUtilities/Logger
    - GoogleUtilities/Privacy
  - GoogleUtilities/Network (8.0.2):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Privacy
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (8.0.2)":
    - GoogleUtilities/Privacy
  - GoogleUtilities/Privacy (8.0.2)
  - GoogleUtilities/Reachability (8.0.2):
    - GoogleUtilities/Logger
    - GoogleUtilities/Privacy
  - GoogleUtilities/SwizzlerTestHelpers (8.0.2):
    - GoogleUtilities/MethodSwizzler
  - GoogleUtilities/UserDefaults (8.0.2):
    - GoogleUtilities/Logger
    - GoogleUtilities/Privacy
  - GoogleYandexMobileAdsAdapters (11.10.0.0):
    - Google-Mobile-Ads-SDK (~> 11.10.0)
    - YandexMobileAds (= 7.6.0)
  - GTMAppAuth (4.1.1):
    - AppAuth/Core (~> 1.7)
    - GTMSessionFetcher/Core (< 4.0, >= 3.3)
  - GTMSessionFetcher/Core (3.4.1)
  - InMobiSDK (10.7.8)
  - InMobiYandexMobileAdsAdapters (10.7.8.0):
    - InMobiSDK (~> 10.7.8)
    - YandexMobileAds (= 7.6.0)
  - IronSourceSDK (8.4.0.0)
  - IronSourceYandexMobileAdsAdapters (8.4.0.0):
    - IronSourceSDK (~> 8.4.0.0)
    - YandexMobileAds (= 7.6.0)
  - KSCrash/Core (2.0.0-rc.4)
  - KSCrash/Recording (2.0.0-rc.4):
    - KSCrash/RecordingCore
  - KSCrash/RecordingCore (2.0.0-rc.4):
    - KSCrash/Core
  - Mindbox (2.9.0):
    - MindboxLogger (= 0.0.7)
  - MindboxLogger (0.0.7)
  - MintegralAdSDK (7.7.3):
    - MintegralAdSDK/BannerAd (= 7.7.3)
    - MintegralAdSDK/BidBannerAd (= 7.7.3)
    - MintegralAdSDK/BidInterstitialVideoAd (= 7.7.3)
    - MintegralAdSDK/BidNativeAd (= 7.7.3)
    - MintegralAdSDK/BidNewInterstitialAd (= 7.7.3)
    - MintegralAdSDK/BidRewardVideoAd (= 7.7.3)
    - MintegralAdSDK/InterstitialVideoAd (= 7.7.3)
    - MintegralAdSDK/NativeAd (= 7.7.3)
    - MintegralAdSDK/NewInterstitialAd (= 7.7.3)
    - MintegralAdSDK/RewardVideoAd (= 7.7.3)
  - MintegralAdSDK/BannerAd (7.7.3):
    - MintegralAdSDK/NativeAd
  - MintegralAdSDK/BidBannerAd (7.7.3):
    - MintegralAdSDK/BannerAd
    - MintegralAdSDK/BidNativeAd
  - MintegralAdSDK/BidInterstitialVideoAd (7.7.3):
    - MintegralAdSDK/BidNativeAd
    - MintegralAdSDK/InterstitialVideoAd
  - MintegralAdSDK/BidNativeAd (7.7.3):
    - MintegralAdSDK/NativeAd
  - MintegralAdSDK/BidNewInterstitialAd (7.7.3):
    - MintegralAdSDK/BidNativeAd
    - MintegralAdSDK/NewInterstitialAd
  - MintegralAdSDK/BidRewardVideoAd (7.7.3):
    - MintegralAdSDK/BidNativeAd
    - MintegralAdSDK/RewardVideoAd
  - MintegralAdSDK/InterstitialVideoAd (7.7.3):
    - MintegralAdSDK/NativeAd
  - MintegralAdSDK/NativeAd (7.7.3)
  - MintegralAdSDK/NewInterstitialAd (7.7.3):
    - MintegralAdSDK/InterstitialVideoAd
    - MintegralAdSDK/NativeAd
  - MintegralAdSDK/RewardVideoAd (7.7.3):
    - MintegralAdSDK/NativeAd
  - MintegralYandexMobileAdsAdapters (7.7.3.0):
    - MintegralAdSDK (~> 7.7.3)
    - YandexMobileAds (= 7.6.0)
  - Moya/Core (15.0.0):
    - Alamofire (~> 5.0)
  - Moya/RxSwift (15.0.0):
    - Moya/Core
    - RxSwift (~> 6.0)
  - MRMailSDK (1.4.3):
    - MRMailSDK/Core (= 1.4.3)
  - MRMailSDK/Core (1.4.3)
  - myTargetSDK (5.21.9):
    - myTrackerSDK (~> 3.2.0)
  - MyTargetYandexMobileAdsAdapters (5.21.7.3):
    - myTargetSDK (~> 5.21.7)
    - YandexMobileAds (= 7.6.0)
  - myTrackerSDK (3.2.0)
  - nanopb (3.30910.0):
    - nanopb/decode (= 3.30910.0)
    - nanopb/encode (= 3.30910.0)
  - nanopb/decode (3.30910.0)
  - nanopb/encode (3.30910.0)
  - ObjectMapper (4.2.0)
  - PromisesObjC (2.4.0)
  - PromisesSwift (2.4.0):
    - PromisesObjC (= 2.4.0)
  - ReCaptcha (1.6.0):
    - ReCaptcha/Core (= 1.6.0)
  - ReCaptcha/Core (1.6.0)
  - Rudder (1.12.1)
  - RxBlocking (6.0.0):
    - RxSwift (= 6.0.0)
  - RxCocoa (6.0.0):
    - RxRelay (= 6.0.0)
    - RxSwift (= 6.0.0)
  - RxDataSources (5.0.0):
    - Differentiator (~> 5.0)
    - RxCocoa (~> 6.0)
    - RxSwift (~> 6.0)
  - RxRelay (6.0.0):
    - RxSwift (= 6.0.0)
  - RxSwift (6.0.0)
  - RxTest (6.0.0):
    - RxSwift (= 6.0.0)
  - SnapKit (5.7.1)
  - Starscream (4.0.8)
  - StartAppSDK (4.10.4)
  - StartAppYandexMobileAdsAdapters (4.10.4.4):
    - StartAppSDK (~> 4.10.4)
    - YandexMobileAds (= 7.6.0)
  - SwiftLint (0.54.0)
  - Toast-Swift (5.0.1)
  - UnityAds (4.12.3)
  - UnityAdsYandexMobileAdsAdapters (4.12.3.0):
    - UnityAds (~> 4.12.3)
    - YandexMobileAds (= 7.6.0)
  - VGSL (6.7.0):
    - VGSLFundamentals (= 6.7.0)
    - VGSLNetworking (= 6.7.0)
    - VGSLUI (= 6.7.0)
  - VGSLFundamentals (6.7.0)
  - VGSLNetworking (6.7.0):
    - VGSLFundamentals (= 6.7.0)
    - VGSLUI (= 6.7.0)
  - VGSLUI (6.7.0):
    - VGSLFundamentals (= 6.7.0)
  - VungleAds (7.4.1)
  - VungleYandexMobileAdsAdapters (7.4.1.2):
    - VungleAds (= 7.4.1)
    - YandexMobileAds (= 7.6.0)
  - YandexMapsMobile (4.3.2-full)
  - YandexMobileAds (7.6.0):
    - AppMetricaCore (< 6.0.0, >= 5.8.0)
    - AppMetricaCrashes (< 6.0.0, >= 5.8.0)
    - AppMetricaLibraryAdapter (< 6.0.0, >= 5.8.0)
    - DivKitBinaryCompatibilityFacade (= 4.5.0)
  - YandexMobileAdsInstream (0.39.0):
    - YandexMobileAds (= 7.6.0)
  - YandexMobileAdsMediation (7.6.0):
    - AppLovinYandexMobileAdsAdapters
    - BigoADSYandexMobileAdsAdapters
    - ChartboostYandexMobileAdsAdapters
    - GoogleYandexMobileAdsAdapters
    - InMobiYandexMobileAdsAdapters
    - IronSourceYandexMobileAdsAdapters
    - MintegralYandexMobileAdsAdapters
    - MyTargetYandexMobileAdsAdapters
    - StartAppYandexMobileAdsAdapters
    - UnityAdsYandexMobileAdsAdapters
    - VungleYandexMobileAdsAdapters
    - YandexMobileAds (= 7.6.0)
  - youtube-ios-player-helper (1.0.2)

DEPENDENCIES:
  - CryptoSwift (~> 1.0)
  - DeviceKit (~> 5.5)
  - EasyDi (~> 1.6.1)
  - EnvoyAmbassador (~> 4.0)
  - FirebaseAnalytics (= 11.6.0)
  - FirebaseCore (= 11.6.0)
  - FirebaseCrashlytics (= 11.6.0)
  - FirebasePerformance (= 11.6.0)
  - FirebaseRemoteConfig (= 11.6.0)
  - GEOSwift (= 11.0.0)
  - GoogleSignIn
  - GoogleUtilities
  - Mindbox (= 2.9.0)
  - Moya/RxSwift (~> 15.0)
  - MRMailSDK (= 1.4.3)
  - ObjectMapper
  - ReCaptcha (from `https://github.com/fjcaetano/ReCaptcha.git`, commit `dc2b4414e707fb55db7f075c1456f10fda43191c`)
  - Rudder (~> 1.12.0)
  - RxBlocking (~> 6.0.0)
  - RxDataSources (~> 5.0.0)
  - RxSwift (~> 6.0.0)
  - RxTest (~> 6.0.0)
  - SnapKit (= 5.7.1)
  - Starscream (= 4.0.8)
  - SwiftLint (= 0.54.0)
  - Toast-Swift (~> 5.0.0)
  - YandexMapsMobile (= 4.3.2-full)
  - YandexMobileAds (= 7.6.0)
  - YandexMobileAdsInstream (= 0.39.0)
  - YandexMobileAdsMediation (= 7.6.0)
  - youtube-ios-player-helper (= 1.0.2)

SPEC REPOS:
  https://github.com/CocoaPods/Specs.git:
    - Alamofire
    - AppAuth
    - AppLovinSDK
    - AppLovinYandexMobileAdsAdapters
    - AppMetricaCore
    - AppMetricaCoreExtension
    - AppMetricaCoreUtils
    - AppMetricaCrashes
    - AppMetricaEncodingUtils
    - AppMetricaFMDB
    - AppMetricaHostState
    - AppMetricaLibraryAdapter
    - AppMetricaLog
    - AppMetricaNetwork
    - AppMetricaPlatform
    - AppMetricaProtobuf
    - AppMetricaProtobufUtils
    - AppMetricaStorageUtils
    - BigoADS
    - BigoADSYandexMobileAdsAdapters
    - ChartboostSDK
    - ChartboostYandexMobileAdsAdapters
    - CryptoSwift
    - DeviceKit
    - Differentiator
    - DivKit
    - DivKit_LayoutKit
    - DivKit_LayoutKitInterface
    - DivKit_Serialization
    - DivKitBinaryCompatibilityFacade
    - EasyDi
    - Embassy
    - EnvoyAmbassador
    - FirebaseABTesting
    - FirebaseAnalytics
    - FirebaseCore
    - FirebaseCoreExtension
    - FirebaseCoreInternal
    - FirebaseCrashlytics
    - FirebaseInstallations
    - FirebasePerformance
    - FirebaseRemoteConfig
    - FirebaseRemoteConfigInterop
    - FirebaseSessions
    - FirebaseSharedSwift
    - geos
    - GEOSwift
    - Google-Mobile-Ads-SDK
    - GoogleAppMeasurement
    - GoogleDataTransport
    - GoogleSignIn
    - GoogleUserMessagingPlatform
    - GoogleUtilities
    - GoogleYandexMobileAdsAdapters
    - GTMAppAuth
    - GTMSessionFetcher
    - InMobiSDK
    - InMobiYandexMobileAdsAdapters
    - IronSourceSDK
    - IronSourceYandexMobileAdsAdapters
    - KSCrash
    - Mindbox
    - MindboxLogger
    - MintegralAdSDK
    - MintegralYandexMobileAdsAdapters
    - Moya
    - MRMailSDK
    - myTargetSDK
    - MyTargetYandexMobileAdsAdapters
    - myTrackerSDK
    - nanopb
    - ObjectMapper
    - PromisesObjC
    - PromisesSwift
    - Rudder
    - RxBlocking
    - RxCocoa
    - RxDataSources
    - RxRelay
    - RxSwift
    - RxTest
    - SnapKit
    - Starscream
    - StartAppSDK
    - StartAppYandexMobileAdsAdapters
    - SwiftLint
    - Toast-Swift
    - UnityAds
    - UnityAdsYandexMobileAdsAdapters
    - VGSL
    - VGSLFundamentals
    - VGSLNetworking
    - VGSLUI
    - VungleAds
    - VungleYandexMobileAdsAdapters
    - YandexMapsMobile
    - YandexMobileAds
    - YandexMobileAdsInstream
    - YandexMobileAdsMediation
    - youtube-ios-player-helper

EXTERNAL SOURCES:
  ReCaptcha:
    :commit: dc2b4414e707fb55db7f075c1456f10fda43191c
    :git: https://github.com/fjcaetano/ReCaptcha.git

CHECKOUT OPTIONS:
  ReCaptcha:
    :commit: dc2b4414e707fb55db7f075c1456f10fda43191c
    :git: https://github.com/fjcaetano/ReCaptcha.git

SPEC CHECKSUMS:
  Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
  AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
  AppLovinSDK: a892bbeff744749a8121bd863aa1399f7eef6ef1
  AppLovinYandexMobileAdsAdapters: 7f69851a8a16e231f6d4ed949a0a55e6ad98397a
  AppMetricaCore: 50968d9a5673bce38b7bcdd9a6fc85be1ea1b1ac
  AppMetricaCoreExtension: 594dc51a8986f539ea719d66e248d91e76d2502d
  AppMetricaCoreUtils: 05977363327e0fb6c2898ef827635399f840e14f
  AppMetricaCrashes: b3ed2de6df85577a488737aee0a8610eb8486c0f
  AppMetricaEncodingUtils: 5fd1f40e165cf0ec30ae01bba48ffcfaab2fcc2b
  AppMetricaFMDB: 230a58d091733aa61d1a0bd9c459ff230b2c4572
  AppMetricaHostState: 64392a6172c06fa0e5eff4232b49b0c5175c995f
  AppMetricaLibraryAdapter: 5b3e6fa4da8a867a42fb929f445cde30a19026b4
  AppMetricaLog: 7781a25e26594ab2b291785670a6410f1968bfa8
  AppMetricaNetwork: 77b517922375ebe6cd0c0656967df6d7130040f8
  AppMetricaPlatform: 4b5ae79e46c9457a6ed6c129a6ae702f1694c532
  AppMetricaProtobuf: 17c8a9c35967580cea6f7215ca9abd6024f59477
  AppMetricaProtobufUtils: 658c8608b2edb5c7d90463df72a0a80e715bfcb6
  AppMetricaStorageUtils: 56a5345e7b82e7d778708b973fdcf0c657b49aca
  BigoADS: dc47625e5eb8f83b651a75788973d04acd655d62
  BigoADSYandexMobileAdsAdapters: 801602ea936a4c58ce2fe7723375399333a8c8d5
  ChartboostSDK: 0cd093c90a5a21c89783fe5be486e511fb2dbfc8
  ChartboostYandexMobileAdsAdapters: 17a304e91acc1ff668ad0ed063a054645e89e3b3
  CryptoSwift: d3d18dc357932f7e6d580689e065cf1f176007c1
  DeviceKit: d83e38ca196a4ebf0cc5f37d6f0316a24b794d5b
  Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d
  DivKit: 78adb7590f4a1e5eb5f8a019be4e55ba401f0819
  DivKit_LayoutKit: 40b83321d874d41215ac0a2b009ff381088d7527
  DivKit_LayoutKitInterface: ed055ef95358a33ea58edd918347f24c6fb7261e
  DivKit_Serialization: 59ab1af4aba303af298138c8d7d6c98342a10241
  DivKitBinaryCompatibilityFacade: 3de9fa5c024e2a8c1b798711c4c9aafd0be9b5c8
  EasyDi: 3d7d4c0d3ad2d78b3ff22d4755590d32945f69cc
  Embassy: d752c8de4795d6d7ec0e533cd69b9275917a5211
  EnvoyAmbassador: 21cef10e70d003801c68ba5281948684a4e25486
  FirebaseABTesting: 663ece168d2d65a31f71603d71937e326020a887
  FirebaseAnalytics: 7114c698cac995602e3b1b96663473e50d54d6e7
  FirebaseCore: 48b0dd707581cf9c1a1220da68223fb0a562afaa
  FirebaseCoreExtension: 2d77d6430c16cf43ca2b04608302ed02b3598361
  FirebaseCoreInternal: d98ab91e2d80a56d7b246856a8885443b302c0c2
  FirebaseCrashlytics: b21c665fb50138766480bce73ebdb1aa30f7f300
  FirebaseInstallations: efc0946fc756e4d22d8113f7c761948120322e8c
  FirebasePerformance: eede3a4db492e4cc0e094cdc71a83896e948fea3
  FirebaseRemoteConfig: ee5161282c4e857ad81c0197cd8baec9d5dfef0e
  FirebaseRemoteConfigInterop: e75e348953352a000331eb77caf01e424248e176
  FirebaseSessions: 9529d14180868e29a8da164b3a729c036204918b
  FirebaseSharedSwift: a4e5dfca3e210633bb3a3dfb94176c019211948b
  geos: 37443d4b2e823502f304b70d1ad92b9846ee20fa
  GEOSwift: 44c18194d550d0c4ea3bfd01ec52a5896cb0d612
  Google-Mobile-Ads-SDK: 13e6e98edfd78ad8d8a791edb927658cc260a56f
  GoogleAppMeasurement: 6a9e6317b6a6d810ad03d4a66564ca6c4c5818a3
  GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
  GoogleSignIn: d4281ab6cf21542b1cfaff85c191f230b399d2db
  GoogleUserMessagingPlatform: 0c3a08353e53ce8c2feab7addd0b652cde522450
  GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
  GoogleYandexMobileAdsAdapters: 4530866d751c9b2dc4a3a069d63d8e35dd5856ea
  GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
  GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd
  InMobiSDK: ee53561ba1fd21787b1eb82f02da9b93067ffc8e
  InMobiYandexMobileAdsAdapters: f898743f1a376ba163c2024f55e41df20649e352
  IronSourceSDK: 557a0edad39c2a48a225af07b491c672ca5acd36
  IronSourceYandexMobileAdsAdapters: c50e28de57cd51d33185dcc4949ed52cf84de19e
  KSCrash: d45094d12f4c82bcec2f0574dbd5a34a5db788de
  Mindbox: ed409f34ea5c48f9041be98522036c7c297c044c
  MindboxLogger: 151faed69401fd3e15268dfe9582547296e61765
  MintegralAdSDK: 217cca20529055c8791c82985dd7a74864e49fd0
  MintegralYandexMobileAdsAdapters: 9bf000760f06ae69930acefc5d2bb067dc46b0b7
  Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
  MRMailSDK: 26428335f9964884abf6307df6aba98826caef54
  myTargetSDK: abed622e4308161fb23c16f9937a097332d9b4e6
  MyTargetYandexMobileAdsAdapters: e3e6f37076bbcf46587e335215fd551c009a794a
  myTrackerSDK: e1d9cf32afae080a91bf46ef7e48e43e1644d884
  nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
  ObjectMapper: 1eb41f610210777375fa806bf161dc39fb832b81
  PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
  PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
  ReCaptcha: 3f788ff72c2492666d77c536b332c1be74b0a878
  Rudder: 4355b65884b35dd7b50abcd241453c3dc8095c8c
  RxBlocking: c025b8c6fe08c5b18c039b5b11d41ec413f8a59e
  RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
  RxDataSources: aa47cc1ed6c500fa0dfecac5c979b723542d79cf
  RxRelay: 8d593be109c06ea850df027351beba614b012ffb
  RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
  RxTest: ddef4052e63cb116f5b73510488c3113c37c62e5
  SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a
  Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
  StartAppSDK: dacab2f76b584fa2c04c25b65fb7a84f394c7030
  StartAppYandexMobileAdsAdapters: a078bd3409405e674ca0b4f92fef92a278e1b059
  SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
  Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711
  UnityAds: 32596c2f76856d643b50d3da51c47a552b80d5a4
  UnityAdsYandexMobileAdsAdapters: e1ed3fadb18630a9548b0d3971153f2be52ad457
  VGSL: 51225872b4a7ad1689b984a7be46468b6a636956
  VGSLFundamentals: f403d8bb1cecd74b764342de7d32c01288afa1f4
  VGSLNetworking: 9fb2c6b1f99eea4b52933b33c45b93c5f66baa9b
  VGSLUI: 6e690dfc294a4e878f67dfd39055f0917e9672ba
  VungleAds: 97140121d0b909891eb217d1c102a194601da607
  VungleYandexMobileAdsAdapters: e9d8d8a4190214ce2bd868d38c2d3a4fa157db33
  YandexMapsMobile: c73c71ec041b215284efbe8a0ebd7cdb77aad8d7
  YandexMobileAds: 2f1d0a192446f9fde9436e300803687fcf767ae5
  YandexMobileAdsInstream: 39c785344665872a1bfd33748f05d5cfca068c7f
  YandexMobileAdsMediation: dd5d9d8b7b498c35c719a193206b7331718c475e
  youtube-ios-player-helper: 40b96e52c22445f0fdc43731cefa32c67075ff81

PODFILE CHECKSUM: 779d268abbf020e1a4598efe71fc43e12ef4734e

COCOAPODS: 1.16.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants