I've recently updated my Xcode to Xcode5 GM. I've noticed that this deleted my iOS6 SDK, so I've manually copied it over into Developer/SDKs. Xcode recognizes this SDK just fine. However, when I try to compile my application with this, it throws an compiler error when I attempt to retrieve the UDID of a device.
Does anyone know why this is happening ? Shouldn't the UDID API still be available in the iOS6 SDK?
Thanks,
Teja
This seems to be working fine in the official release of Xcode downloaded from the App store.