Xcode后台打印出现:[Client] Geocode error: Error Domain=GEOErrorDomain Code=-8 "(null)”

分析原因:在使用反地理编码,遇到了Error Domain=kCLErrorDomain Code=8 问题 这个是因为 didUpdateLocations:方法的参数 错误所以要注意如果有这个问题的看你的参数错误没有 应该为locationManager.location


解决方法:Project-->Scheme-->Edit scheme-->Options-->Core location-->Allow location simulation取消勾选,保存.再将模拟器还原reset content and settings。

你可能感兴趣的:(iOS技术,Geocode)