-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Hello,
I'm getting this crash sometimes. I am not able to reproduce this everytime.
if theValue is Array {
return (theValue as AnyObject, valueType, false)
}
Precondition failed: NSArray element failed to match the Swift Array Element type
Expected CountryRatesDetailModel but found __NSDictionaryI: file /BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1100.2.280/swift/stdlib/public/core/ArrayBuffer.swift, line 354
2021-01-04 11:33:13.527870+0530[8041:61326] Precondition failed: NSArray element failed to match the Swift Array Element type
Expected CountryRatesDetailModel but found __NSDictionaryI: file /BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1100.2.280/swift/stdlib/public/core/ArrayBuffer.swift, line 354
2021-01-04 11:35:39.520740+0530[8041:62506] XPC connection interrupted

