Re: Linking problem since moving from ppc to intel macbook
Re: Linking problem since moving from ppc to intel macbook
- Subject: Re: Linking problem since moving from ppc to intel macbook
- From: Fritz Anderson <email@hidden>
- Date: Wed, 12 Apr 2006 16:02:15 -0500
Could you clear up some confusions I have?
"This problem" appears to be an inability to link a ppc-only framework into an Intel application. How is this "widespread," and how does adding your category change the link-time behavior?
Second, the NSObject _protocol_, adopted by NSObject and all descendants, already has a self method that is identical to the one you supply. Why was that not satisfactory?
Third, you seem to mean to create a "self" KVO property. I had thought that so long as the set accessor was never used, supplying the get accessor sufficed. Have you found things to be otherwise?
-- F On 12 Apr 2006, at 2:59 PM, Todd Blanchard wrote:
BTW, this problem is so widespread that I also implemented the following category on NSObject
@implementation NSObject (KBSelf) -(id)self { return self; } -(void)setSelf:(id)obj { } @end
On Apr 12, 2006, at 12:54 PM, Todd Blanchard wrote: Found it - older project had Architecture set to ppc
|
_______________________________________________
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