You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
Dear Kin team, we are experiencing an issue with the KinEcosystem SDK in our iOS application.
Sometimes, when we launch the ecosystem and we navigate to the transactions section, it crashes. We have tracked the reason for the crash and it comes inside KinEcosystem, FetchedResultsCollectionSection.swift - Line 63 closure #1 in FetchedResultsCollectionSection.controllerDidChangeContent(_:)
Fatal Exception: NSInternalInconsistencyException
attempt to perform an insert and a move to the same index path (<NSIndexPath: 0xc1b9e7ece3f99eca> {length = 2, path = 0 - 0})
It is an issue that sometimes happend and sometimes not, we have not been able to reproduce it consistently. Yet while testing our new implementations we are encountering this crash quite often.
We have intalled KinEcosystem SDK through Cocoapods. This are the modules installed and respective versions that appear in the Podfile.lock
KinAppreciationModuleOptionsMenu (0.0.4)
KinCoreSDK (0.8.1):
Sodium (= 0.8.0)
StellarKit (= 0.4.1)
KinEcosystem (1.2.8):
KinAppreciationModuleOptionsMenu (= 0.0.4)
KinMigrationModule (= 0.1.3)
Thanks so much for your hard work.
The text was updated successfully, but these errors were encountered:
I've had a look into the CoreDataStatckModule, but need more information to continue. To help us investigate, it would be great if you can send us the stack trace of the crash the next time you encounter it. Thanks.
Dear Kin team, we are experiencing an issue with the KinEcosystem SDK in our iOS application.
Sometimes, when we launch the ecosystem and we navigate to the transactions section, it crashes. We have tracked the reason for the crash and it comes inside KinEcosystem, FetchedResultsCollectionSection.swift - Line 63 closure #1 in FetchedResultsCollectionSection.controllerDidChangeContent(_:)
Fatal Exception: NSInternalInconsistencyException
attempt to perform an insert and a move to the same index path (<NSIndexPath: 0xc1b9e7ece3f99eca> {length = 2, path = 0 - 0})
It is an issue that sometimes happend and sometimes not, we have not been able to reproduce it consistently. Yet while testing our new implementations we are encountering this crash quite often.
We have intalled KinEcosystem SDK through Cocoapods. This are the modules installed and respective versions that appear in the Podfile.lock
Thanks so much for your hard work.
The text was updated successfully, but these errors were encountered: