cannot use Debug with old Xcode 3.1

Posted by OhHenry on Stack Overflow See other posts from Stack Overflow or by OhHenry
Published on 2012-11-28T17:02:16Z Indexed on 2012/11/28 17:03 UTC
Read the original article Hit count: 116

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about osx