magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Enable warnings for implicit nullability conversions #1138

Closed tonyarnold closed 8 years ago

tonyarnold commented 8 years ago

Also resolves any existing issues that Xcode reported. This is not complete nullability annotation for the project, just the essentials

Enabling this warning will force all code to explicitly handle situations where a return value may be nil, but the API expects a non-nil value.