Re: errors building framework

2009-04-28 Thread Daniel Child
That was it. Thanks. On Apr 28, 2009, at 1:07 AM, cocoa-dev-requ...@lists.apple.com wrote: I am trying to create a framework out of some files that I use in a few apps. I expected this to be easy, but instead got a kazillion warnings, all of which take the form: objc_class_name_ referenced

Re: errors building framework

2009-04-27 Thread Michael Ash
On Mon, Apr 27, 2009 at 5:31 PM, Daniel Child wrote: > I am trying to create a framework out of some files that I use in a few > apps. I expected this to be easy, but instead got a kazillion warnings, all > of which take the form: > > objc_class_name_ referenced from > in .o > [MANY METHODS AND F

Re: errors building framework

2009-04-27 Thread Jerry Krinock
On 2009 Apr 27, at 14:31, Daniel Child wrote: I am trying to create a framework out of some files that I use in a few apps. I expected this to be easy, -- Sorry to interrupt you in mid-sentence, but your expectation is wrong -- but instead got a kazillion warnings, all of which take the

errors building framework

2009-04-27 Thread Daniel Child
I am trying to create a framework out of some files that I use in a few apps. I expected this to be easy, but instead got a kazillion warnings, all of which take the form: objc_class_name_ referenced from in .o [MANY METHODS AND FILES LISTED] or objc_msgSend referenced from in .o or NSL