Re: Project missing build settings
Re: Project missing build settings
- Subject: Re: Project missing build settings
- From: Jack Nutting <email@hidden>
- Date: Tue, 20 Oct 2009 22:51:51 +0200
On Mon, Oct 19, 2009 at 5:17 PM, Chris Espinosa <email@hidden> wrote:
>
> On Oct 19, 2009, at 3:23 AM, Jack Nutting <email@hidden> wrote:
>
>> I've got a strange situation running Xcode 3.1.4 on Leopard, where
>> different projects have different sets of available build
>> configuration settings in the project info panel. I have, for
>> example, two iPhone projects, created about a week apart. The first
>> one contains the following list of groupings in the project info
>> panel's Build tab:
>>
>> Architectures
>> Build Locations
>> Build Options
>> Code Signing
>> Compiler Version
>> Deployment
>> Kernel Module
>> Linking
>> Packaging
>> Search Paths
>> Unit Testing
>> Versioning
>> GCC 4.2 - Code Generation
>> GCC 4.2 - Language
>> GCC 4.2 - Preprocessing
>> GCC 4.2 - Warnings
>> Interface Builder Compiler - Interface Builder Compiler
>>
>> The second project, created about a week later, with the same version
>> of Xcode, contains all of the above, except for the GCC groupings!
>> Instead, a handful of GCC options (GCC_C_LANGUAGE_STANDARD,
>> GCC_WARN_ABOUT_RETURN_TYPE, GCC_WARN_UNUSED_VARIABLE) show up in a
>> "User-Defined" grouping at the bottom.
>>
>> Neither of these projects have I "messed with" in any way. Both are
>> set up to compile with GCC 4.2, the default setting. Any idea what
>> can cause this discrepancy?
>
> The likely cause is that the second project is configured with a Base SDK of
> an iPhone SDK that does not exist on your system.
Nope, they're both set to iPhone 3.1. Both projects were created
using the same version of Xcode (3.1.4), on the same machine, running
the same version of Leopard (10.5.8), about a week apart. They both
even have basically the same content, since the second project was
just created as a testbed for adding an external project as a library
(instead of including all the external project's source code in my
project). It was only when I went into the build config to add -ObjC
and -all_load to the linker config that I noticed the discrepancy.
--
// jack
// http://www.nuthole.com
_______________________________________________
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