On Wed, Mar 16, 2011 at 6:08 PM, koko <k...@highrolls.net> 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 (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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com