Re: Symbol not found: _OBJC_CLASS_$_NSObject
Re: Symbol not found: _OBJC_CLASS_$_NSObject
- Subject: Re: Symbol not found: _OBJC_CLASS_$_NSObject
- From: Todd Heberlein <email@hidden>
- Date: Wed, 30 Jan 2013 09:52:10 -0800
On Jan 29, 2013, at 6:26 PM, Greg Parker <email@hidden> wrote:
> likely your Deployment Target setting is incorrect somewhere in NetSQExtensions.framework's build.
>
> Double-check your build settings; make sure the setting is correct for all of your targets and files. Look in your build transcripts and make sure you have `-mmacosx-version-min=10.7` everywhere; that flag must be present for each compile and link, and it must not be 10.8 for any of them. If you link any .a files into NetSQExtensions, make sure those .a files are also built with the correct deployment target.
Still no luck. :(
Checked the Log Navigator and searched for any references to 10.8. None.
All 28 references to -mmacosx-version-min were to 10.7
Any other suggestions? I am linking to libxml2.dylib and libcurl.dylib. Could these be introducing problems?
Todd
_______________________________________________
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