XMPPFramework icon indicating copy to clipboard operation
XMPPFramework copied to clipboard

When I integrate and use this framework I got crash in AppDelegate.

Open Abishekt97 opened this issue 5 years ago • 1 comments

2020-11-16 12:01:03.851908+0530 Development[9409:2539332] *** Assertion failure in -[XMPPRoster initWithRosterStorage:dispatchQueue:], /Users/anilkumar/Desktop/Development/Pods/XMPPFramework/Extensions/Roster/XMPPRoster.m:53 2020-11-16 12:01:08.557914+0530 Development[9409:2539332] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: storage != nil' *** First throw call stack: (0x19f225654 0x19ef47bcc 0x19f1286ec 0x19f56e16c 0x100fe5250 0x100fe50bc 0x1003c5d34 0x1003c5c7c 0x1003eafe8 0x1003ea9f8 0x1003ecfc4 0x1a2c9165c 0x1a2c960ec 0x1a2c964f4 0x1a2bde210 0x1a2bdd5c4 0x1a2bda118 0x1a2bd9f30 0x1a378016c 0x1a2bd4f08 0x1a2bd5e80 0x1a2c9b734 0x1a2c9bdd8 0x1a2bf5e14 0x1a2c09c30 0x1a2c0afd0 0x1a2bee530 0x1a378d7fc 0x1a5d2a494 0x1a5d305ec 0x1a5d3b128 0x1a5c83b44 0x1a5cad4e4 0x1a5cadef8 0x19f1a2f2c 0x19f19de20 0x19f19e29c 0x19f19dba8 0x1a930d344 0x1a32d93e4 0x1004b12ec 0x19f0258f0) libc++abi.dylib: terminating with uncaught exception of type NSException

Abishekt97 avatar Nov 16 '20 06:11 Abishekt97

You have core data setup issues.

adozenlines avatar Mar 07 '21 02:03 adozenlines