여기서 발생하는 오류는 처리되지 않습니다. iOS 앱에서 JSON을 구문 분석하는 데 문제가 발생했습니다. 관련 코드: let jsonData:NSDictionary = try JSONSerialization.jsonObject(with: urlData! as Data, options: JSONSerialization.ReadingOptions.mutableContainers ) as! NSDictionary /* XCode error ^^^ Errors thrown from here are not handled */ 누가 나 좀 도와줄래?에러가 발생했을 가능성이 있습니다.let jsonData = try JSONSerialization ...처리되지 않습니다. 발생할 수 있는 오류를 무시하고 오류가 발..