我已经使用了google api来获取附近的位置。我已经进行了api调用,并且也得到了正确的结果(json响应)。 这是我为解析json响应而创建的模型类。 class Locations: Codable {
var locationAddress: String?
case locationName = "name"
我正在尝试从核心数据中删除和对象,并尝试在try catch中使用,如下所示。 try self.managedContext.deleteObject(self.productList[indexPath.row]) print("something wrong with the delete : \(error.userInfo)")上面写着'no calls to throwing functions occur within 'try' expre