In **Image+FileKit.swift** on line 66 I get the following error: `'pngData()' has been renamed to 'UIImagePNGRepresentation(_:)'` Changing `self.pngData()` to `UIImagePNGRepresentation(self)` solves the issue. Please, kindly update.
In Image+FileKit.swift on line 66 I get the following error:
'pngData()' has been renamed to 'UIImagePNGRepresentation(_:)'Changing
self.pngData()toUIImagePNGRepresentation(self)solves the issue. Please, kindly update.