Apple has made a change in the API and `NSNotFound` is converted from an enum to a constant. This breaks the apps in iOS9 and Xcode 7 emulator which uses it by default.
Apple has made a change in the API and
NSNotFoundis converted from an enum to a constant.This breaks the apps in iOS9 and Xcode 7 emulator which uses it by default.