Is there a built in function equivalent to .NET\'s
Guid.NewGuid();
in Cocoa?
My desire is to produce a string along the lines of
Since 10.8 you could also use: NSString *uuidString = [[NSUUID UUID] UUIDString];