Closed sirnacnud closed 6 years ago
Thank you for your report.
This error is seemed to be caused by AppKit xib
. IBLinter only targets UIKit xib
.
So I'll make PR to skip AppKit xib
file.
Nope, I was getting this error when using UIKit xib. But it was very old file saved in some old Xcode format. Just entering this xib and saving it fixed this issue (and changed almost everything in this file). I am working in an old project and this xib dates probably back to iOS 6 and wasn't touched since. This is just table view cell with empty view and some constraints: EmptyTableViewCell.xib.zip
My #16 is fixed now.
I tried linting a project and the tool crashes with the below error. The XIB file it is failing on is part of CocoaLumberjack and can be found here.