bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

BITUpdateViewController—tableView:cellForRowAtIndexPath: can return nil #305

Closed philippec closed 8 years ago

philippec commented 8 years ago

In BITUpdateViewController, the delegate method tableView:cellForRowAtIndexPath: has a code path that can return nil. The method is now marked as expecting a non-null value, so the static analyzer reports:

HockeySDK/Classes/BITUpdateViewController.m:499:3: warning: Null is returned from a method that is expected to return a non-null value

ElektrojungeAtWork commented 8 years ago

Fixed with 4.1.2