facebookarchive / KVOController

Simple, modern, thread-safe key-value observing for iOS and OS X.
Other
7.34k stars 925 forks source link

Version 1.1.0 requires Xcode 7.?+ #104

Closed maschall closed 8 years ago

maschall commented 8 years ago

I'm not sure what the new minimum Xcode version required, but with the new changes in 1.1.0 Xcode 6.4 is no longer supported due to #91.

I'm not sure if there is a good way to call attention to it, but just in case it breaks anyone else's projects, they need to lock down the version

nlutsenko commented 8 years ago

Indeed, we require Xcode 7.0+ with the latest version, since generics and nullability specifiers. Just mentioned this in the release notes right now, thanks for bringing this up.