Are there any good unit testing and acceptance testing frameworks that can be applied to XCode projects? I'm accustomed to doing TDD in Ruby and Python but am new to Objective-C and XCode.
Is the built in Cocoa Unit Test Bundle not good enough? Chris Hanson did a series of posts on Unit testing in XCode, and there's the Apple documentation as well..