IBDecodable / IBLinter

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

Run Script #145

Closed mfernandez94 closed 4 years ago

mfernandez94 commented 4 years ago

What would be the correct runscript phase if installed via pods after forking this repo? Forking seems to remove the unix executable "iblinter" and throwing a path no found

kateinoigakukun commented 4 years ago

As README.md says, you can run iblinter via "${PODS_ROOT}/IBLinter/bin/iblinter" 👍

https://github.com/IBDecodable/IBLinter#xcode

mfernandez94 commented 4 years ago

Yes, but I’m having an issue of when I fork the repo "${PODS_ROOT}/IBLinter/bin/iblinter" is no longer there, and get a run script error that it can’t be found

kateinoigakukun commented 4 years ago

I guess you didn't release your changed version of IBLinter to install via CocoaPods. The iblinter binary is prebuilt on CI and uploaded to GitHub release page.