Re: Weak linking
Re: Weak linking
- Subject: Re: Weak linking
- From: Fritz Anderson <email@hidden>
- Date: Fri, 07 Nov 2014 10:16:35 -0600
On Nov 7, 2014, at 5:54 AM, Satyanarayana Chebrolu <email@hidden> wrote (slightly more appropriate to xcode-users):
>
> The app is getting crashed when we launch it on 10.5 and 10.6 machines saying that “dyld: Symbol not found: _OBJC_CLASS_$_NSTableCellView”.
>
> Understand that NSTableRowView, NSTableCellView are not existing on 10.5 and 10.6, so the subclasses should be weakly linked.
>
> Tried, by making Cocoa & X.frameworks as Weak linking(Optional) under Link Binary With Libraries section of the application target, but still the same issue. It seems, I am missing something.
Have you set the “Deployment Target” (most easily found under the General tab in the Target editor) to 10.5?
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Weak linking (From: Satyanarayana Chebrolu <email@hidden>) |