Here is the way I set it up to edit on a Mac and run on the RPI.
- Install Samba on the RPI (this is in the Workflow portion)
- Mount the RPI on a Mac (e.g. /Volumes/Data)
- Create a new Xcode project with the Project settings as Command Line
- Create a group called "openFrameworks"
- Drag the contents of the openFrameworks folder into the Xcode/openFrameworks group. This will allow for pseudo OF code completion
- Add your apps in a similar way (e.g. create group, drag in emptyExample into mounted folder)
- SSH into the RPI to compile and run the projects