打开终端,进入项目文件目录下,输入以下代码,稍等片刻。就可以了。
find . -name "*.m" -or -name "*.h" -or -name "*.xib" -or -name "*.c" |xargs grep -v "^$"|wc -l