Re: Xcode 4.3 puts compiler flags in User-Defined for Bundles
Re: Xcode 4.3 puts compiler flags in User-Defined for Bundles
- Subject: Re: Xcode 4.3 puts compiler flags in User-Defined for Bundles
- From: Fritz Anderson <email@hidden>
- Date: Tue, 03 Apr 2012 16:36:28 -0500
On 3 Apr 2012, at 4:03 PM, Stonewall Ballard wrote:
> I just created a new project with Xcode 4.3.2, and discovered that when the project type is "Bundle" (under Max OS X / Framework & Library), the build settings for the compiler are all missing, and instead, there are a bunch of GCC_* flags down in the User-Defined area.
>
> This does not happen when making a project for an OS X application.
>
> Is this just a bug, or am I doing something wrong?
The Bundle project template doesn't have any compilable files in it (you have to add your own). In Xcode 3 (I assume it hasn't changed) the Build Settings editor didn't interpret the compiler settings until there was something to compile. My experiment shows that adding an .m file to an empty Bundle project restored the settings list.
— F
_______________________________________________
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