Search code examples
ioscore-locationcllocationmanagerios6

My app doesn't appear in Location Settings list in iOS6


How can I make appear it in that list? Starting location services isn't working. My CLLocationManager don't receive anything in iOS6. Works fine in iOS 4 and 5.

What is happening? Thanks in advance.


Solution

  • I tried everything in plist files, cleans, rebuilds, new targets, configurations, etc, etc, etc. Nothing worked. But FINALLY I've fixed it. I had to create a new Xcode 4.5 project from scratch, reconfigure it, add file by file and framework by framework manually. It seems that my old XCode project had something internally incompatible with last XCode or something... Maybe a bug. I don't know what was happening yet, but I write this here because maybe it can save someone's next 10 hours of work.