Re: Symbol not found
Re: Symbol not found
- Subject: Re: Symbol not found
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 16 Mar 2011 18:29:04 -0500
On Wed, Mar 16, 2011 at 6:08 PM, koko <email@hidden> wrote:
> A customer running 10.5.8 gets this message when launching my app.
>
> Dyld Error Message:
> Symbol not found: _OBJC_CLASS_$_NSURL
> Referenced from: /Applications/Convert It Mac.app/Contents/MacOS/Convert It
> Mac
> Expected in:
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>
> The app is built 32/64 universal with a deployment target of 10.5 and an SDK of of 10.6.
>
> NSURL is available form 10.0
>
> Can someone shed light on this ?
Looks like in 10.5 NSURL was in Foundation.framework and in 10.6 they
moved it to CoreFoundation.framework. However, I don't know how to fix
this other than to build against the 10.5 SDK.
(not saying it's not fixable... just I don't know how)
_______________________________________________
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