Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Fatal Exception: NSInvalidArgumentException unrecognized selector sent to instance #42

Open
2 of 9 tasks
RodolfoGS opened this issue Jul 1, 2022 · 0 comments
Open
2 of 9 tasks
Assignees

Comments

@RodolfoGS
Copy link

Describe the bug
I have this bug in Crashlytics, I don't know how to reproduce it.

FlurryDataSender.m line 323
-[FlurryDataSender retransmitNotSentBlocks]

Fatal Exception: NSInvalidArgumentException
-[__NSArrayM tag]: unrecognized selector sent to instance 0x282a87d20

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x92d0c __exceptionPreprocess
1  libobjc.A.dylib                0x14ee4 objc_exception_throw
2  CoreFoundation                 0x163750 +[NSObject(NSObject) _copyDescription]
3  CoreFoundation                 0x2c60c ___forwarding___
4  CoreFoundation                 0x2b81c _CF_forwarding_prep_0
5  X                              0x23e5d4 -[FlurryDataSender retransmitNotSentBlocks] + 323 (FlurryDataSender.m:323)
6  X                              0x24c724 -[FlurryDataSenderBase unregisterTask:completedSuccessfuly:] + 100 (FlurryDataSenderBase.m:100)
7  X                              0x23e3f4 -[FlurryDataSender requestSuccessComplete:withResponse:] + 305 (FlurryDataSender.m:305)
8  X                              0x23e0c4 __60-[FlurryDataSender flurryUrlRequestDidSucceed:withResponse:]_block_invoke + 271 (FlurryDataSender.m:271)
9  libdispatch.dylib              0x63094 _dispatch_call_block_and_release
10 libdispatch.dylib              0x64094 _dispatch_client_callout
11 libdispatch.dylib              0xa73c _dispatch_lane_serial_drain$VARIANT$mp
12 libdispatch.dylib              0xb1f4 _dispatch_lane_invoke$VARIANT$mp
13 libdispatch.dylib              0x14ec8 _dispatch_workloop_worker_thread
14 libsystem_pthread.dylib        0x1e10 _pthread_wqthread
15 libsystem_pthread.dylib        0x193c start_wqthread

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

  • Integration
  • Analytics
  • Messaging/Push
  • Remote Configuration
  • Flurry Website/Dashboard
  • Other

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

  • Android
  • iOS
  • tvOS

Environment
Please tell us the versions of SDKs you are using. If you are not sure about React Native version, you can run react-native --version under your project.

  • React Native version: 0.68.2
  • react-native-flurry-sdk version: 7.2.0

To Reproduce
I have this bug in Crashlytics, I don't know how to reproduce it.

Screenshots

Additional context
Are you using Flurry Push/Messaging? No
(iOS) Are you using CocoaPods for React Native integration? Yes

Add any other context about the problem here.

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

No branches or pull requests

3 participants