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
malloc: Heap corruption detected, free list is damaged at 0x30292c270
*** Incorrect guard value: 22561061980312
SNAPmobile(16409,0x16dd6b000) malloc: *** set a breakpoint in malloc_error_break to debug
So any one have solution then please help us.
Thank you
Shraddha vaishnani
The text was updated successfully, but these errors were encountered:
I am using Phone numberkit version 3.7.11 and xcode 16 and ios 18.
App crashed in below function and getting error regrading malloc.
func decodeArrayOrObject<T: Decodable>(forKey key: KeyedDecodingContainer<K>.Key) -> [T] { guard let array: [T] = try? self.decode([T].self, forKey: key) else { guard let object: T = try? self.decode(T.self, forKey: key) else { return [T]() } return [object] } return array }
malloc: Heap corruption detected, free list is damaged at 0x30292c270
*** Incorrect guard value: 22561061980312
SNAPmobile(16409,0x16dd6b000) malloc: *** set a breakpoint in malloc_error_break to debug
So any one have solution then please help us.
Thank you
Shraddha vaishnani
The text was updated successfully, but these errors were encountered: