cannot use Debug with old Xcode 3.1
- by OhHenry
I have a mac os x application, which was developed in Xcode 3.3.1, now I need to re-develop it.
Of course, I cannot build it in the newest Xcode 4.5, and it's hard for me to change the settings to make it work in Xcode 4.5.
So I downloaded the Xcode 3.3.1, it builds ok. But I just cannot use the debugging. The nslog can display normally in the console. I need to debug.
Anyone know how to fix it?