pressly / NULevelDB

Objective-C interface to Google's LevelDB key/value embedded database
97 stars 13 forks source link

Xcode 4.5 complains that the key does not conform to NSCopying #8

Open echoz opened 12 years ago

echoz commented 12 years ago

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.

ghost commented 12 years ago

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