Jeff Kelley
Jeff Kelley
@sebyddd Any comment on this PR?
@sebyddd Any chance we can get a release that includes this?
At this point, why even bother with the `tableViewCellIsPreparingForReuse:` method? Why not just call `[[cell imageView] setImage:nil]` after it’s dequeued?
This is failing to compile locally, so you might want to hold off merging it until CocoaPods/CocoaPods#2263 is fixed.
OK, that issue is fixed via kif-framework/KIF#417, so this will work now. I’ll update the spec to require KIF 3.0.6, where that fix it.
FWIW I filed a bug about this ([rdar://30201876](http://openradar.appspot.com/radar?id=5567003548975104)) in 2017, but I got the following response: > Please know that our engineering team has determined that this issue behaves as...
If this is implemented, it would be great to have an option to disable it; running `muter` on a plane or somewhere similar with bad wi-fi and having to wait...
The relevant log: ``` [1/2] Compiling ErrorAssertions PreconditionWrapper.swift /private/var/folders/j_/p9cvq6tn5p19yplj1l7_m_580000gn/T/TemporaryItems/(A Document Being Saved By muter 16)/ErrorAssertions/Sources/ErrorAssertions/PreconditionWrapper.swift:66:1: error: function with uninhabited return type 'Never' is missing call to another never-returning function on...
@cnoon Yes, I am using it with the Fastlane plugin. Fingers crossed on a fix! 😄