NULevelDB icon indicating copy to clipboard operation
NULevelDB copied to clipboard

Xcode 4.5 complains that the key does not conform to NSCopying

Open echoz opened this issue 13 years ago • 1 comments

This is with reference to https://github.com/nulayer/NULevelDB/blob/master/Classes/NULDBDB%2BEnumeration.mm#L140.

Xcode 4.5 raises an issue instead of a warning.

echoz avatar Jun 29 '12 04:06 echoz

Same for me fixed by casting key to NSCopying protocol, which of course not perfect solution.

ghost avatar Aug 27 '12 14:08 ghost