source ~/.bash_profile | |
cd ${SRCROOT} | |
/path/to/xctool.sh -reporter json-compilation-database:compile_commands.json clean | |
/path/to/xctool.sh -reporter json-compilation-database:compile_commands.json build | |
oclint-json-compilation-database | sed 's/\(.*\.\m\{1,2\}:[0-9]*:[0-9]*:\)/\1 warning:/' |
This comment has been minimized.
This comment has been minimized.
danzaph, check out |
This comment has been minimized.
This comment has been minimized.
I needed to define the -scheme argument in order to execute xctool. |
This comment has been minimized.
This comment has been minimized.
@andresbrun you won't need the |
This comment has been minimized.
This comment has been minimized.
My script is xcodebuild -target OCLintSample clean |
This comment has been minimized.
This comment has been minimized.
what is ${SRCROOT} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Begs the question of what "xctool.sh" is.