See: https://github.com/ericmeyer/ObjectiveCSlim
##Installation
git clone git://github.com/ericmeyer/OCSlim-Templates.git ~/Library/Developer/Xcode/Templates/OCSlim-Templates cd ~/Library/Developer/Xcode/Templates/OCSlim-Templates git submodule update --init Restart Xcode
Do not use the Project Templates
- Create a new project or Open an existing project
- File -> New -> New Target
- Under iOS, select "OCSlim-Templates" and choose the iPhoneRunner for an iOS app or MacRunner for Mac app.
- After adding the target, add
-fno-objc-arcto the Compiler Flags for OCSReturnValue.m under the "Build Phases" for you new target. cd <PROJECT_ROOT>./bin/OneTimeSetup
- ./bin/StartFitnesse
- see fitnesse.org for how to write tests