SDK-iOS icon indicating copy to clipboard operation
SDK-iOS copied to clipboard

Could not cast value of type 'NSNull' to 'NSDictionary'.

Open Zcating opened this issue 7 years ago • 0 comments
trafficstars

Hi, I meet some problem about JSON parser. The problem occurs in response.swift file at following code:

let json = json["results"] as! [String : AnyObject]

These codes are located in 55th line.

Zcating avatar Dec 09 '17 07:12 Zcating