IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 41 forks source link

CocoaPods problem #150

Closed emelyanovkirill closed 4 years ago

emelyanovkirill commented 4 years ago

If IBLinter was installed as pod, an empty line is displayed instead of warnings and errors. If IBLinter was installed as brew, it shows warnings and errors.

emelyanovkirill commented 4 years ago

I use Swift 5

kateinoigakukun commented 4 years ago

@emelyanovkirill Thanks for your report! What's your IBLinter version? and is there any error message from IBLinter?

emelyanovkirill commented 4 years ago

pod linter version: 0.4.21 brew linter version: 0.4.22

No, build script successful for both linter.

kateinoigakukun commented 4 years ago

OK, could you try to remove cache data in ~/Library/Caches/iblinter/ ?

emelyanovkirill commented 4 years ago

Thanks