Re: Propagating build settings to sub-projects
Re: Propagating build settings to sub-projects
- Subject: Re: Propagating build settings to sub-projects
- From: Alastair Houghton <email@hidden>
- Date: Fri, 19 Nov 2010 11:35:21 +0000
On 18 Nov 2010, at 23:05, Dave Keck wrote:
> I've solved this in the past by using a Run Script build phase to
> invoke xcodebuild (with whatever config files are necessary.) It's a
> hack and a pain, but it's the most elegant that I could find. See:
>
> http://lists.apple.com/archives/xcode-users/2010/May/msg00021.html
>
> I filed a related bug awhile back, and the response I received gave me
> the impression that we can expect a feature in Xcode in the future
> that will make this easier.
Funny. I did basically the same thing.
The worst case, I think, is where you have a project that includes targets that need to be built on (and for) the local machine in order to build other targets that use the iOS SDK. This can be pretty painful, as there is a strong tendency for the SDK to be overridden by one thing or another, and then either the subproject will try to build everything with the iOS SDK, or everything with the Mac SDK, neither of which will work successfully.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
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