iblinter

Linter for Interface Builder files to catch XIB and Storyboard issues.

brewmacoslinux
Try with needOr install directly
Source

About

Linter tool for Interface Builder

Commands

iblinter

Examples

lint all xib and storyboard files in project$ iblinter lint
check interface builder files for common mistakes$ iblinter lint --path MyApp.xcodeproj
lint specific storyboard and generate report$ iblinter lint Main.storyboard
find layout and constraint issues in xib files$ iblinter lint --recursive .
validate interface builder files before committing$ iblinter lint MyApp/Storyboards/