I am new in IOS Development.I use GeoCoding and CLLocationManager in IOS8 for getting user current Location. But issue is that when I set location Xcode>Product>Scheme>Edit Scheme>Chek Allow location simulation
and setting any location like Mumbai, India, it will be show on my view controller.But I want to access my current location where am I instead of setting location through scheme. when i set none location through scheme CLLocation manager not working and give me failed to get your location
Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"
please help whats issue?? Thanx in advance