-1
私はAPI、特にopenweathermap apiで遊んでいたチュートリアルに従っていました。問題に遭遇し、xCodeは "Fix it with and and ??"というオプションを教えてくれました。いずれかの問題。オプションの型 'NSDictionary ??'の値アンラップされていない
if let description = ((jsonResult?["weather"] as? NSArray)?[0] as? NSDictionary)?["description"] as? String
にエラーが発生しました。オプションの値 'NSDictionary ??'巻き戻されていないエラー。