-
Notifications
You must be signed in to change notification settings - Fork 848
Description
App is crashing while calling the below method : ParseManager.getRegionCode(of:countryCode:leadingZero:) with proper values. Reported in Firebase.
Crashed: Optional(0x000000010247cc80)
0 CoreData 0x1b0c _PFObjectIDFastHash64 + 40
1 CoreFoundation 0x3d050 ___CFBasicHashFindBucket_Linear_NoCollision + 80
2 CoreFoundation 0x3cd78 __CFBasicHashRehash + 944
3 CoreFoundation 0x3c98c CFBasicHashRemoveValue + 452
4 CoreFoundation 0x3b880 CFDictionaryRemoveValue + 196
5 CoreData 0x2c75c -[NSManagedObjectContext(_NSInternalAdditions) _forgetObject:propagateToObjectStore:removeFromRegistry:] + 120
6 CoreData 0x2c24c -[_PFManagedObjectReferenceQueue _processReferenceQueue:] + 576
7 CoreData 0x2b254 -[_PFAutoreleasePoolThunk dealloc] + 48
8 libobjc.A.dylib 0x4e38 AutoreleasePoolPage::releaseUntil(objc_object**) + 204
9 libobjc.A.dylib 0x4b8c objc_autoreleasePoolPop + 260
10 libdispatch.dylib 0x3f84 _dispatch_last_resort_autorelease_pool_pop + 40
11 libdispatch.dylib 0xc17c _dispatch_lane_invoke + 468
12 libdispatch.dylib 0x1738c _dispatch_root_queue_drain_deferred_wlh + 288
13 libdispatch.dylib 0x16bd8 _dispatch_workloop_worker_thread + 540
14 libsystem_pthread.dylib 0x3680 _pthread_wqthread + 288
15 libsystem_pthread.dylib 0x1474 start_wqthread + 8
Attached the screenshot for reference.
Can help us to resolve this issue.