firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.59k stars 1.46k forks source link

Firebase App Check crash #10238

Closed alexmomotiuk closed 2 years ago

alexmomotiuk commented 2 years ago

Description

Hi, I have several crashes in production, but I have no clue what it could be.

Fatal Exception: NSInvalidArgumentException *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]

Stacktrace from firebase crashlytics:

 Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x99288 __exceptionPreprocess
1  libobjc.A.dylib                0x16744 objc_exception_throw
2  CoreFoundation                 0x1a4318 -[__NSCFString characterAtIndex:].cold.1
3  CoreFoundation                 0x1af404 -[__NSPlaceholderDictionary initWithCapacity:].cold.1
4  CoreFoundation                 0x55e94 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]
5  CoreFoundation                 0x74ae8 +[NSDictionary dictionaryWithObjects:forKeys:count:]
6  FirebaseAppCheck               0xee84 (Missing UUID 5e08ab55b3d93286a7bb9c0a132395bd)
7  FirebaseAppCheck               0xeb04 (Missing UUID 5e08ab55b3d93286a7bb9c0a132395bd)
8  FBLPromises                    0x7414 (Missing UUID 8918c87235ce3af78543975606cd5ef5)
9  libdispatch.dylib              0x1e6c _dispatch_call_block_and_release
10 libdispatch.dylib              0x3a30 _dispatch_client_callout
11 libdispatch.dylib              0x11fa4 _dispatch_main_queue_drain
12 libdispatch.dylib              0x11b98 _dispatch_main_queue_callback_4CF
13 CoreFoundation                 0x51800 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
14 CoreFoundation                 0xb704 __CFRunLoopRun
15 CoreFoundation                 0x1ebc8 CFRunLoopRunSpecific
16 GraphicsServices               0x1374 GSEventRunModal
17 UIKitCore                      0x514b58 -[UIApplication _run]
18 UIKitCore                      0x296090 UIApplicationMain
19 GMM                            0x35be18 main + 17 (main.m:17)
20 ???                            0x104115da4 (Missing)`

Reproducing the issue

Can't reproduce it.

Firebase SDK Version

9.5

Xcode Version

13.4.1

Installation Method

CocoaPods

Firebase Product(s)

Analytics, App Check, Authentication, Crashlytics, Database, Performance, Remote Config, Storage

Targeted Platforms

iOS

Relevant Log Output

No response

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

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

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml PODS: - AgoraRtcEngine_iOS (3.7.1): - AgoraRtcEngine_iOS/AINS (= 3.7.1) - AgoraRtcEngine_iOS/AV1Dec (= 3.7.1) - AgoraRtcEngine_iOS/ContentInspect (= 3.7.1) - AgoraRtcEngine_iOS/FullAudioFormat (= 3.7.1) - AgoraRtcEngine_iOS/ReplayKit (= 3.7.1) - AgoraRtcEngine_iOS/ROIEnc (= 3.7.1) - AgoraRtcEngine_iOS/RtcBasic (= 3.7.1) - AgoraRtcEngine_iOS/SpatialAudio (= 3.7.1) - AgoraRtcEngine_iOS/SuperResolution (= 3.7.1) - AgoraRtcEngine_iOS/VideoPreprocess (= 3.7.1) - AgoraRtcEngine_iOS/VirtualBackground (= 3.7.1) - AgoraRtcEngine_iOS/AINS (3.7.1) - AgoraRtcEngine_iOS/AV1Dec (3.7.1) - AgoraRtcEngine_iOS/ContentInspect (3.7.1) - AgoraRtcEngine_iOS/FullAudioFormat (3.7.1) - AgoraRtcEngine_iOS/ReplayKit (3.7.1) - AgoraRtcEngine_iOS/ROIEnc (3.7.1) - AgoraRtcEngine_iOS/RtcBasic (3.7.1) - AgoraRtcEngine_iOS/SpatialAudio (3.7.1) - AgoraRtcEngine_iOS/SuperResolution (3.7.1) - AgoraRtcEngine_iOS/VideoPreprocess (3.7.1) - AgoraRtcEngine_iOS/VirtualBackground (3.7.1) - Alamofire (5.6.2) - Amplitude (8.13.0): - AnalyticsConnector (~> 1.0.0) - AMPopTip (1.5.3) - AnalyticsConnector (1.0.0) - AWSCore (2.27.15) - AWSS3 (2.27.15): - AWSCore (= 2.27.15) - BEMCheckBox (1.4.1) - Cache (5.2.0) - DeepDiff (2.3.1) - DifferenceKit (1.3.0): - DifferenceKit/Core (= 1.3.0) - DifferenceKit/UIKitExtension (= 1.3.0) - DifferenceKit/Core (1.3.0) - DifferenceKit/UIKitExtension (1.3.0): - DifferenceKit/Core - EstimoteBluetoothScanning (1.0.8) - EstimoteProximitySDK (1.7.0): - EstimoteBluetoothScanning (~> 1.0.8) - FastEasyMapping (1.2.2) - Firebase/Analytics (9.5.0): - Firebase/Core - Firebase/AppCheck (9.5.0): - Firebase/CoreOnly - FirebaseAppCheck (~> 9.5.0) - Firebase/Auth (9.5.0): - Firebase/CoreOnly - FirebaseAuth (~> 9.5.0) - Firebase/Core (9.5.0): - Firebase/CoreOnly - FirebaseAnalytics (~> 9.5.0) - Firebase/CoreOnly (9.5.0): - FirebaseCore (= 9.5.0) - Firebase/Crashlytics (9.5.0): - Firebase/CoreOnly - FirebaseCrashlytics (~> 9.5.0) - Firebase/Database (9.5.0): - Firebase/CoreOnly - FirebaseDatabase (~> 9.5.0) - Firebase/RemoteConfig (9.5.0): - Firebase/CoreOnly - FirebaseRemoteConfig (~> 9.5.0) - Firebase/Storage (9.5.0): - Firebase/CoreOnly - FirebaseStorage (~> 9.5.0) - FirebaseABTesting (9.5.0): - FirebaseCore (~> 9.0) - FirebaseAnalytics (9.5.0): - FirebaseAnalytics/AdIdSupport (= 9.5.0) - FirebaseCore (~> 9.0) - FirebaseInstallations (~> 9.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/MethodSwizzler (~> 7.7) - GoogleUtilities/Network (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseAnalytics/AdIdSupport (9.5.0): - FirebaseCore (~> 9.0) - FirebaseInstallations (~> 9.0) - GoogleAppMeasurement (= 9.5.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/MethodSwizzler (~> 7.7) - GoogleUtilities/Network (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseAppCheck (9.5.0): - FirebaseCore (~> 9.0) - GoogleUtilities/Environment (~> 7.7) - PromisesObjC (~> 2.1) - FirebaseAppCheckInterop (9.5.0) - FirebaseAuth (9.5.0): - FirebaseCore (~> 9.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/Environment (~> 7.7) - GTMSessionFetcher/Core (< 3.0, >= 1.7) - FirebaseAuthInterop (9.5.0) - FirebaseCore (9.5.0): - FirebaseCoreDiagnostics (~> 9.0) - FirebaseCoreInternal (~> 9.0) - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/Logger (~> 7.7) - FirebaseCoreDiagnostics (9.5.0): - GoogleDataTransport (< 10.0.0, >= 9.1.4) - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/Logger (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseCoreExtension (9.5.0): - FirebaseCore (~> 9.0) - FirebaseCoreInternal (9.5.0): - "GoogleUtilities/NSData+zlib (~> 7.7)" - FirebaseCrashlytics (9.5.0): - FirebaseCore (~> 9.0) - FirebaseInstallations (~> 9.0) - GoogleDataTransport (< 10.0.0, >= 9.1.4) - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesObjC (~> 2.1) - FirebaseDatabase (9.5.0): - FirebaseCore (~> 9.0) - leveldb-library (~> 1.22) - FirebaseInstallations (9.5.0): - FirebaseCore (~> 9.0) - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/UserDefaults (~> 7.7) - PromisesObjC (~> 2.1) - FirebaseRemoteConfig (9.5.0): - FirebaseABTesting (~> 9.0) - FirebaseCore (~> 9.0) - FirebaseInstallations (~> 9.0) - GoogleUtilities/Environment (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - FirebaseStorage (9.5.0): - FirebaseAppCheckInterop (~> 9.0) - FirebaseAuthInterop (~> 9.0) - FirebaseCore (~> 9.0) - FirebaseCoreExtension (~> 9.0) - FirebaseStorageInternal (~> 9.0) - FirebaseStorageInternal (9.5.0): - FirebaseCore (~> 9.0) - GTMSessionFetcher/Core (< 2.1, >= 1.7) - FLAnimatedImage (1.0.17) - Giphy (2.0.0): - DeepDiff - libwebp - PINCache - GoogleAnalytics (3.20.0) - GoogleAppMeasurement (9.5.0): - GoogleAppMeasurement/AdIdSupport (= 9.5.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/MethodSwizzler (~> 7.7) - GoogleUtilities/Network (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleAppMeasurement/AdIdSupport (9.5.0): - GoogleAppMeasurement/WithoutAdIdSupport (= 9.5.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/MethodSwizzler (~> 7.7) - GoogleUtilities/Network (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleAppMeasurement/WithoutAdIdSupport (9.5.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - GoogleUtilities/MethodSwizzler (~> 7.7) - GoogleUtilities/Network (~> 7.7) - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleDataTransport (9.2.0): - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesObjC (< 3.0, >= 1.2) - GoogleTagManager (7.4.1): - FirebaseAnalytics (< 10.0, >= 8.0) - GoogleAnalytics (~> 3.20) - GoogleUtilities/AppDelegateSwizzler (7.7.0): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - GoogleUtilities/Environment (7.7.0): - PromisesObjC (< 3.0, >= 1.2) - GoogleUtilities/Logger (7.7.0): - GoogleUtilities/Environment - GoogleUtilities/MethodSwizzler (7.7.0): - GoogleUtilities/Logger - GoogleUtilities/Network (7.7.0): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - "GoogleUtilities/NSData+zlib (7.7.0)" - GoogleUtilities/Reachability (7.7.0): - GoogleUtilities/Logger - GoogleUtilities/UserDefaults (7.7.0): - GoogleUtilities/Logger - GTMSessionFetcher/Core (2.0.0) - IGListDiffKit (4.0.0) - IGListKit (4.0.0): - IGListDiffKit (= 4.0.0) - Intercom (9.3.6) - ISO8601DateFormatterValueTransformer (0.6.1): - RKValueTransformers (~> 1.1.0) - JSQSystemSoundPlayer (5.0.0) - leveldb-library (1.22.1) - libPhoneNumber-iOS (0.9.15) - libwebp (1.2.3): - libwebp/demux (= 1.2.3) - libwebp/mux (= 1.2.3) - libwebp/webp (= 1.2.3) - libwebp/demux (1.2.3): - libwebp/webp - libwebp/mux (1.2.3): - libwebp/demux - libwebp/webp (1.2.3) - lottie-ios (2.5.3) - nanopb (2.30909.0): - nanopb/decode (= 2.30909.0) - nanopb/encode (= 2.30909.0) - nanopb/decode (2.30909.0) - nanopb/encode (2.30909.0) - NVActivityIndicatorView (5.1.1): - NVActivityIndicatorView/Base (= 5.1.1) - NVActivityIndicatorView/Base (5.1.1) - PINCache (3.0.3): - PINCache/Arc-exception-safe (= 3.0.3) - PINCache/Core (= 3.0.3) - PINCache/Arc-exception-safe (3.0.3): - PINCache/Core - PINCache/Core (3.0.3): - PINOperation (~> 1.2.1) - PINOperation (1.2.1) - PPpdf417 (7.3.0) - PromisesObjC (2.1.1) - PryntTrimmerView (4.0.2) - RestKit (0.27.3): - RestKit/Core (= 0.27.3) - RestKit/Core (0.27.3): - RestKit/CoreData - RestKit/Network - RestKit/ObjectMapping - RestKit/CoreData (0.27.3): - RestKit/ObjectMapping - RestKit/Network (0.27.3): - RestKit/ObjectMapping - RestKit/Support - SOCKit - RestKit/ObjectMapping (0.27.3): - ISO8601DateFormatterValueTransformer (~> 0.6.1) - RestKit/Support - RKValueTransformers (~> 1.1.0) - RestKit/Support (0.27.3): - TransitionKit (~> 2.2) - RichEditorView (4.0) - RKValueTransformers (1.1.3) - SCRecorder (2.7.0) - SCSiriWaveformView (1.1.1) - SDWebImage (5.13.2): - SDWebImage/Core (= 5.13.2) - SDWebImage/Core (5.13.2) - Shimmer (1.0.2) - SnapKit (5.6.0) - SOCKit (1.1) - SteviaLayout (4.7.3) - SwiftDate (6.2.0) - TinyConstraints (4.0.2) - TOCropViewController (2.5.2) - TransitionKit (2.2.1) - TTTAttributedLabel (2.0.0) - XCDYouTubeKit (2.15.2) - YPImagePicker (4.4.0): - PryntTrimmerView (~> 4.0.2) - SteviaLayout (~> 4.7.3) - Zip (1.1.0) - ZXingObjC (3.6.5): - ZXingObjC/All (= 3.6.5) - ZXingObjC/All (3.6.5) DEPENDENCIES: - AgoraRtcEngine_iOS (= 3.7.1) - Alamofire - Amplitude - AMPopTip (= 1.5.3) - AWSS3 - BEMCheckBox (= 1.4.1) - Cache (= 5.2.0) - DeepDiff - DifferenceKit - EstimoteProximitySDK (= 1.7.0) - FastEasyMapping (= 1.2.2) - Firebase/Analytics - Firebase/AppCheck - Firebase/Auth - Firebase/Core - Firebase/Crashlytics - Firebase/Database - Firebase/RemoteConfig - Firebase/Storage - FLAnimatedImage - Giphy (= 2.0.0) - GoogleTagManager - IGListKit - Intercom (= 9.3.6) - JSQSystemSoundPlayer - libPhoneNumber-iOS - lottie-ios (= 2.5.3) - NVActivityIndicatorView - PPpdf417 (= 7.3.0) - RestKit - RichEditorView (from `https://github.com/cbess/RichEditorView.git`, tag `4.0`) - SCRecorder - SCSiriWaveformView - SDWebImage - Shimmer (= 1.0.2) - SnapKit - SwiftDate (= 6.2.0) - TinyConstraints - TOCropViewController (= 2.5.2) - TTTAttributedLabel - XCDYouTubeKit (from `https://github.com/dpwilhelmsen/XCDYouTubeKit`, branch `hotfix/fix-get-video-info-error`) - YPImagePicker (from `https://github.com/Cadence-Development/ypimagepicker.git`, tag `4.2.904-fork`) - Zip (= 1.1) - ZXingObjC SPEC REPOS: trunk: - AgoraRtcEngine_iOS - Alamofire - Amplitude - AMPopTip - AnalyticsConnector - AWSCore - AWSS3 - BEMCheckBox - Cache - DeepDiff - DifferenceKit - EstimoteBluetoothScanning - EstimoteProximitySDK - FastEasyMapping - Firebase - FirebaseABTesting - FirebaseAnalytics - FirebaseAppCheck - FirebaseAppCheckInterop - FirebaseAuth - FirebaseAuthInterop - FirebaseCore - FirebaseCoreDiagnostics - FirebaseCoreExtension - FirebaseCoreInternal - FirebaseCrashlytics - FirebaseDatabase - FirebaseInstallations - FirebaseRemoteConfig - FirebaseStorage - FirebaseStorageInternal - FLAnimatedImage - Giphy - GoogleAnalytics - GoogleAppMeasurement - GoogleDataTransport - GoogleTagManager - GoogleUtilities - GTMSessionFetcher - IGListDiffKit - IGListKit - Intercom - ISO8601DateFormatterValueTransformer - JSQSystemSoundPlayer - leveldb-library - libPhoneNumber-iOS - libwebp - lottie-ios - nanopb - NVActivityIndicatorView - PINCache - PINOperation - PPpdf417 - PromisesObjC - PryntTrimmerView - RestKit - RKValueTransformers - SCRecorder - SCSiriWaveformView - SDWebImage - Shimmer - SnapKit - SOCKit - SteviaLayout - SwiftDate - TinyConstraints - TOCropViewController - TransitionKit - TTTAttributedLabel - Zip - ZXingObjC EXTERNAL SOURCES: RichEditorView: :git: https://github.com/cbess/RichEditorView.git :tag: '4.0' XCDYouTubeKit: :branch: hotfix/fix-get-video-info-error :git: https://github.com/dpwilhelmsen/XCDYouTubeKit YPImagePicker: :git: https://github.com/Cadence-Development/ypimagepicker.git :tag: 4.2.904-fork CHECKOUT OPTIONS: RichEditorView: :git: https://github.com/cbess/RichEditorView.git :tag: '4.0' XCDYouTubeKit: :commit: 3ca5a98a233d578cec4192e5859d41b54192ba65 :git: https://github.com/dpwilhelmsen/XCDYouTubeKit YPImagePicker: :git: https://github.com/Cadence-Development/ypimagepicker.git :tag: 4.2.904-fork SPEC CHECKSUMS: AgoraRtcEngine_iOS: f5181c4c32075bab11b0bdfc22e63fa00b9dc5bb Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204 Amplitude: 0a239d682bc9ec1eb7a7b318af2541130ecd4bd3 AMPopTip: 32101701b68b811999b8ce39a778f452a9956aa1 AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754 AWSCore: c67277201b6aca10e4cf24638eadaa67c85ebf03 AWSS3: 09801b290f8818f532694cabd5d503c7474eb3df BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e Cache: 807c5d86d01a177f06ede9865add3aea269bbfd4 DeepDiff: e5ae6c50d0321568e4508cec5930b9f10bb293fc DifferenceKit: ab185c4d7f9cef8af3fcf593e5b387fb81e999ca EstimoteBluetoothScanning: aef117c8584951609403dc73cb07f6501911a365 EstimoteProximitySDK: b0128f51c7487dbd3c073691cec246c8d733808c FastEasyMapping: cc13aa6608aeb171bc0ea895876434a7328a153a Firebase: 800f16f07af493d98d017446a315c27af0552f41 FirebaseABTesting: 8122e553ba229b557acc4659f3c3615538fd9448 FirebaseAnalytics: 1b60984a408320dda637306f3f733699ef8473d7 FirebaseAppCheck: 84e58ced2b43249bb75529da1c33193b71e9c3c6 FirebaseAppCheckInterop: 8e95b4329809e3c06fb425acb3839dcadfe23673 FirebaseAuth: 741918f1fa62ed23246a509279f91d42d79a713f FirebaseAuthInterop: c5aa97b55a87785e22c60c73996c1ad32e5f7ac9 FirebaseCore: 25c0400b670fd1e2f2104349cd3b5dcce8d9418f FirebaseCoreDiagnostics: 17cbf4e72b1dbd64bfdc33d4b1f07bce4f16f1d8 FirebaseCoreExtension: 2904492b693a6871ddbd1088c9d1fe6e54384050 FirebaseCoreInternal: 50a8e39cae8abf72d5145d07ea34c3244f70862b FirebaseCrashlytics: d20fa38bb8c88cb0f1c9211286bc23ab58c1b464 FirebaseDatabase: 0e2d3b1c935bb5ae704afc2f5c0adda365102312 FirebaseInstallations: 41f811b530c41dd90973d0174381cdb3fcb5e839 FirebaseRemoteConfig: 97ccd1b58f26d756f86d071330f00856e51022a2 FirebaseStorage: a806d9f9eededf6fb1d906e79221b83ada1dbb4f FirebaseStorageInternal: 4f8a9e27391a99ac0692adbbd072fe0e5c4125fe FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b Giphy: 41adc93795979bd5a7e5a4ad27f52107d824fb1f GoogleAnalytics: 01e4c5a04544a3608f93e970ce0817836897c5a5 GoogleAppMeasurement: 6ee231473fbd75c11221dfce489894334024eead GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f GoogleTagManager: 4a2104b801c150ad1e1cf64f3a2d78f8110b1125 GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1 GTMSessionFetcher: 681175626052e03fdde7952f7e9c7a9785719506 IGListDiffKit: 665d6cf43ce726e676013db9c7d6c4294259b6b2 IGListKit: fd5a5d21935298f5849fa49d426843cff97b77c7 Intercom: d44bd4264f61a3e343cac46d7b88d4db0f860077 ISO8601DateFormatterValueTransformer: 52da467d6ec899d6aedda8e48280ac92e8ee97e6 JSQSystemSoundPlayer: c287949b0f020fcd1114e7a15a9961edfff1dc79 leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729 libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c lottie-ios: a50d5c0160425cd4b01b852bb9578963e6d92d31 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 NVActivityIndicatorView: 1f6c5687f1171810aa27a3296814dc2d7dec3667 PINCache: 7a8fc1a691173d21dbddbf86cd515de6efa55086 PINOperation: 00c935935f1e8cf0d1e2d6b542e75b88fc3e5e20 PPpdf417: 26b4611cdb89eefa6fff5ddaca9df5f24830a06c PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb PryntTrimmerView: 6a43cc90df5d99addeabd33d4ba09b1365322130 RestKit: 0baa8b61899d1e00c24f4f2d8aea07ecef0c88bc RichEditorView: 89d214ab2b434f8e87c96287c1bec7e04ea7f485 RKValueTransformers: e5ed67e3811229b616fe01bddeeafe3bb337b1b9 SCRecorder: bbb521dbc222908876ec9cd9156bbc8a893bed44 SCSiriWaveformView: 15b9dd6f94c7536e2032b34a35c6ff74d38c7411 SDWebImage: 72f86271a6f3139cc7e4a89220946489d4b9a866 Shimmer: c5374be1c2b0c9e292fb05b339a513cf291cac86 SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25 SOCKit: c7376ac262bea9115b8f749358f762522a47d392 SteviaLayout: c2ecdcff57d44e38fd2f65e54ad52aeae28ca0c4 SwiftDate: d117c3eb6beed72e47d3f4d1e3bc63fa1e66d7c3 TinyConstraints: 7b7ccc0c485bb3bb47082138ff28bc33cd49897f TOCropViewController: e9da34f484aedd4e5d5a8ab230ba217cfe16c729 TransitionKit: 9ceccda4cd0cdc0a05ef85eb235e5a3292c3c250 TTTAttributedLabel: 8cffe8e127e4e82ff3af1e5386d4cd0ad000b656 XCDYouTubeKit: b120aced3d8638ffb570c5450cddb5a1dac448c7 YPImagePicker: 15aed8bcaa4dad976e11b6114126d731a2f9f3c9 Zip: 8877eede3dda76bcac281225c20e71c25270774c ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb PODFILE CHECKSUM: c4b6fac9b8a479c7d7840bd6345cc56a003b4e1c COCOAPODS: 1.11.3 ```
google-oss-bot commented 2 years ago

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

rizafran commented 2 years ago

Thanks for the report, @alexmomotiuk. Based on the info you shared, I noticed that you have missing stack traces. To have a better understanding of the issue, could you provide the complete symbolicated stack trace?

google-oss-bot commented 2 years ago

Hey @alexmomotiuk. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 2 years ago

Since there haven't been any recent updates here, I am going to close this issue.

@alexmomotiuk if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.