I am updating an iOS 7 app that uses Core Data to iOS 8, and encountered the Core Location problem that's well-known. Last night I added NSLocationWhenInUseUsageDescription
to plist and sent method to locationManager. Core Location worked. Saved, committed, made no other changes and closed Xcode.
For some reason now, Core Location doesn't work again. Anyone else have this problem? What's the fix?