Run all project checks
runs checks on the specified project. The checks detect problems with the project
integrity such as missing files, unsaved files, files not under source control, or
out-of-date derived files.checkResults
= runChecks(proj
)
You must update the project dependencies if you want to check derived files are up
to date. This can be time-consuming for larger projects. To exclude the derived
files check do not update dependencies before calling
runchecks
.