Re: Multiple Build target types in single Xcode project?
Re: Multiple Build target types in single Xcode project?
- Subject: Re: Multiple Build target types in single Xcode project?
- From: Chris Espinosa <email@hidden>
- Date: Fri, 19 Aug 2005 15:14:41 -0700
On Aug 19, 2005, at 1:53 PM, Ando Sonenblick wrote: I'm still ramping up on using Xcode and have a question. Can I have a project with multiple targets where the targets are of different build types?
If you're just getting up to sppeed on Xcode, a great place to start is the Help menu, Xcode Help item. I searched for "multiple targets" and got these two relevant hits:
The section "An Example with Multiple Targets" seems most relevant to your question. For example, one target may be an app, one a bundle, the next a static lib, another a framework and so on.
Is this possible? How do I specify what exactly a target is output as?
You specify this when you create the target with the New Target... menu item. Once a target is created, its type cannot be changed. Or is that all just a function of what files constitute the output (code, info.plist, etc), their names and the hierarchy of them that indicates what type of object they are?
It's the other way around: the output file is a function of the target type.
Chris
|
_______________________________________________
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