Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-28 Thread Alex Zavatone
If there is a book in can buy on this and get a PDF or e-copy, tell me where it is and I’ll buy it now. On Feb 28, 2016, at 2:17 PM, Fritz Anderson wrote: > On Feb 26, 2016, at 7:12 PM, Doug Hill wrote: > >> What would frustrate any writer on

Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-28 Thread Fritz Anderson
On Feb 26, 2016, at 7:12 PM, Doug Hill wrote: > What would frustrate any writer on the subject of Xcode is that it changes so > completely with each release that a book would be obsolete in no time. This > doesn’t make such a book any less necessary however. > > Doug

Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-26 Thread Ken Thomases
On Feb 26, 2016, at 2:48 PM, Alex Zavatone wrote: > > Is there any documentation anywhere within Xcode 7.x or on Apple's Developer > Portal that describes Aggregate targets? From

Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-26 Thread Jens Alfke
> On Feb 26, 2016, at 5:25 PM, Alex Zavatone wrote: > > Yeah, I remember someone (was it you?) asking about a guide for writing > frameworks a while ago. Oh, I’ve got tons of experience building frameworks! But it’s still a never-ending source of frustration. (Just today we

Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-26 Thread Doug Hill
> On Feb 26, 2016, at 4:46 PM, Jens Alfke wrote: > >> On Feb 26, 2016, at 12:48 PM, Alex Zavatone > > wrote: >> >> So, I decided first to learn what Apple thinks is the difference between >> these things for iOS: >> Cocoa Touch Static

Re: Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-26 Thread Jens Alfke
> On Feb 26, 2016, at 12:48 PM, Alex Zavatone wrote: > > So, I decided first to learn what Apple thinks is the difference between > these things for iOS: > Cocoa Touch Static Library target > Cocoa Touch Framework target > Aggregate target > > Is there any documentation anywhere

Aggregate targets in Xcode - is there any documentation on this anywhere?

2016-02-26 Thread Alex Zavatone
Hi all. While I'm learning all this joy of creating static libraries, frameworks and aggregates on iOS, I decided to take the crazy pills and check Apple's documentation in addition to reading guides for how to do this "linked libs in iOS" stuff that kind people have written over the years.