Xcode Instructions
From PsiWiki
This page contains information how to setup Xcode on Mac OS X for Psi development and debugging.
[edit]
Prerequisites
- Xcode 2.2
- Psi-Qt4 branch
- Qt 4.1.0
[edit]
Creating Xcode project
cd psi-qt4/src qmake make xcode
This would create psi.xcodeproj. Type open psi.xcodeproj to open the created Xcode project.
[edit]
Debugging
If you want debugging, you need to switch your active configuration to Debug (in order to do this, select the top-level psi in Groups

