After I updated xCode 5 and build my app on iOs7 iPhone 5 there was a build error:
8:31: Property 'uniqueIdentifier' not found on object of type 'UIDevice *'
at line: [results setValue:dev.uniqueIdentifier forKey:@"deviceUuid"];
I already tried to replace uniqueIdentifier with identifierForVendor and uniqueAppInstanceIdentifier, but no succes.
Hi,
I'm using phonegap 2.9 and xCode 5.
After I updated xCode 5 and build my app on iOs7 iPhone 5 there was a build error: 8:31: Property 'uniqueIdentifier' not found on object of type 'UIDevice *'
at line: [results setValue:dev.uniqueIdentifier forKey:@"deviceUuid"];
I already tried to replace uniqueIdentifier with identifierForVendor and uniqueAppInstanceIdentifier, but no succes.
Can anyone help me with this? Thanks in advance!