I need to analyse a large Xcode project for its cyclomatic complexity.
Has anyone got an easy way of checking the cyclomatic complexity of their code contained within an Xcode project?
Is there a tool that is setup to read xcode projects, perhaps? I can't seem to find one.