我正在使用Parse.comiOSSDK,我需要用户的当前位置,所以我正在使用函数PFGeoPoint.geoPointForCurrentLocationInBackground(...).问题是:参数列表中的block从未被调用。这是我的代码:PFGeoPoint.geoPointForCurrentLocationInBackground(){(point:PFGeoPoint!,error:NSError!)->VoidinNSLog("Testlog1")//Neverprintedifpoint!=nil{//Succeedingingettingcurrentlocati