OrderedDictionary icon indicating copy to clipboard operation
OrderedDictionary copied to clipboard

remove warnings when building with XCode 9

Open lee-jay opened this issue 7 years ago • 0 comments

Fix warnings like below:

  • 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer
  • 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer
  • 'NSOrderedSet' is partial: introduced in iOS 5.0
  • 'decodeObjectOfClass:forKey:' is only available on iOS 6.0 or newer .... and so on.

lee-jay avatar Nov 21 '17 06:11 lee-jay