Number of lines from an Xcode project

Possible duplicate:
How to find out how many lines of code are in an Xcode project?

I was wondering if there was a total count of the total number of lines of code from the Xcode project.

+48
xcode line-numbers
Oct 23 '10 at 20:15
source share

No one has answered this question yet.

See similar questions:

549
Where can I find the line number in the Xcode editor?
116
How to find out how many lines of code are in an Xcode project?
-6
A tool for counting shared files, functions and line counts in iphone application

or similar:

1348
How to "add existing frames" in Xcode 4?
1276
How to disable ARC for a single file in a project?
818
Git ignore file for Xcode projects
576
How can I highlight multiple lines in Xcode?
549
Where can I find the line number in the Xcode editor?
505
How do I know which version of Swift I'm using?
429
How to print the method name and line number and conditionally disable NSLog?
399
Xcode - install command line tools
372
How to make line numbers in phpstorm by default?
341
Xcode "Build and Archive" from the command line



All Articles