Re: Xcode 2.5/3.1 project compatibility
Re: Xcode 2.5/3.1 project compatibility
- Subject: Re: Xcode 2.5/3.1 project compatibility
- From: "James W. Walker" <email@hidden>
- Date: Sun, 11 Jan 2009 16:55:40 -0800
On Jan 7, 2009, at 10:52 PM, James W. Walker wrote:
When I took a project that had been edited in Xcode 3.1.2 and opened
it in Xcode 2.5, it wouldn't compile anything, though there was no
error message. The target has a compile sources build phase with
plenty of files in it, but it gets skipped. And when I look at the
build settings, there aren't any sections for GCC. Is there any way
to fix it?
For the record, I figured it out. An xcconfig file said
ARCHS = $(ARCHS_STANDARD_32_BIT)
and apparently Xcode 2.5 doesn't understand ARCHS_STANDARD_32_BIT, so
it thought there were no architectures, hence nothing to compile.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden