PDA

View Full Version : Help with new XCode version


Foobar the Int
2006.09.19, 02:55 AM
(Asking this here was recommended to me on the gamdev.net forums)

It helps if you've used the older versions of XCode.

I'm trying to get it to compile my SDL + OpenGL applications, but it's being annoying. Remember in the pre-2.0 (I think... maybe pre 2.2) versions of XCode there was a window that came up when you went to "Edit Active Target" that would let you add search paths and customize linker settings? What happened to it? The new window that comes up with I try to edit the active target is 100% useless and makes setting up my project seemingly impossible. Can I get the old one back?

I can likely figure out the new style of doing things, but the old one was so much more comfortable, and I'd love to be able to get that back.

For reference, here's the windows I'm talking about

http://img222.imageshack.us/my.php?image=xcodeoldxl1.png - Old style window

http://img55.imageshack.us/my.php?image=xcodenewwl4.png - New style

OneSadCookie
2006.09.19, 03:09 AM
You're stuck with the new style.

Taxxodium
2006.09.19, 04:48 AM
You only get the old style when writing Java apps I believe, for other apps you're stuck with the new style which in my opinion is better since you can search what you wanna modifiy.

Foobar the Int
2006.09.20, 01:49 PM
Oh well, thanks anyway.