On Nov 7, 2014, at 5:54 AM, Satyanarayana Chebrolu <satyanaraya...@ivycomptech.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com