False positive on rule UnnecessaryNibMethod

Issue #6 closed
Former user created an issue

"UnnecessaryNibMethod Warns if -[NSObject awakeFromNib] is implemented in a class that is not archived in any known XIB."

This diagnostic is being raised for me on classes which are not archived in any XIBs themselves, however subclasses of it are indeed used in XIBs.

Comments (4)

  1. Ali Rantakari repo owner

    Thank you for the report. This is clearly a legitimate issue that should be fixed.

  2. Log in to comment