flurry / flurry-ios-sdk

Flurry iOS SDK CocoaPods
Apache License 2.0
155 stars 65 forks source link

App Crash - iOS 12.+ [<UIStatusBar_Modern 0x14bd07d20> valueForUndefinedKey:]: this class is not key value coding-compliant for the key foregroundView. #197

Closed kumareshbabuas closed 4 years ago

kumareshbabuas commented 4 years ago

We receiving Firebase crahslytics crash for iOS 12.+ iPad devices A clear and concise description of what the bug is.

This Bug is About Please choose the closest item by replacing [ ] with [x].

Platform Please choose the platform(s) that you are having the issue by replacing [ ] with [x].

Environment Please tell us the versions of Flurry SDK, XCode, and iOS you are using.

To Reproduce Steps to reproduce the behavior:

  1. ...
  2. ...
  3. ...

Screenshots If applicable, add screenshots to help explain your problem. . [<UIStatusBar_Modern 0x14bd07d20> valueForUndefinedKey:]: this class is not key value coding-compliant for the key foregroundView.

Fatal Exception: NSUnknownKeyException 0 CoreFoundation 0x1b2d71ea4 exceptionPreprocess 1 libobjc.A.dylib 0x1b1f41a50 objc_exception_throw 2 CoreFoundation 0x1b2c8b78c -[NSObject(NSKindOfAdditions) isNSSet] 3 Foundation 0x1b3781c44 -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] 4 Foundation 0x1b36f5440 -[NSObject(NSKeyValueCoding) valueForKey:] 5 Flurry_iOS_SDK 0x101b4c650 -[FlurrySignalConnectionTypeDataProvider onmainqueue_getSignalBarRealObject] + 268 (FlurrySignalConnectionTypeDataProvider.m:268) 6 Flurry_iOS_SDK 0x101b4be04 __67-[FlurrySignalConnectionTypeDataProvider onqueue_getSignalStrength]_block_invoke + 206 (FlurrySignalConnectionTypeDataProvider.m:206) 7 libdispatch.dylib 0x1b27aa484 _dispatch_client_callout 8 libdispatch.dylib 0x1b27576a0 _dispatch_async_and_wait_invoke 9 libdispatch.dylib 0x1b27aa484 _dispatch_client_callout 10 libdispatch.dylib 0x1b27569a4 _dispatch_main_queue_callback_4CF$VARIANT$mp 11 CoreFoundation 0x1b2d01ce4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE 12 CoreFoundation 0x1b2cfcbac __CFRunLoopRun 13 CoreFoundation 0x1b2cfc0e0 CFRunLoopRunSpecific 14 GraphicsServices 0x1b4f75584 GSEventRunModal 15 UIKitCore 0x1dfc88c00 UIApplicationMain 16 Magzter6 0x101035ba0 main + 15 (main.m:15) 17 libdyld.dylib 0x1b27babb4 start

Additional context Are you using Flurry Push/Messaging? No (iOS) Are you using CocoaPods or manual binary integration? Yes

Add any other context about the problem here.

rajkaur01 commented 4 years ago

@kumareshbabuas Thank you for using Flurry Analytics. This crash has been fixed in v10.3.1. Please upgrade to v10.3.1.

kumareshbabuas commented 4 years ago

yes v10.3.1 crash got fixed. Thanks @rajkaur01