xcoderowcount

Count total number of lines in an Xcode project


What is the way to count total number of lines in an Xcode Project? I can see number of lines in an individual file but I need a sum up of all the lines in a project.


Solution

  • There is an app on the App Store called Xcode Statistics. (Or something like that). It does what you want.

    A word of warning though. The number of lines in a project has little to no relation to the quality or complexity of that project.