Re: undefined symbols: NSPathControl
Re: undefined symbols: NSPathControl
- Subject: Re: undefined symbols: NSPathControl
- From: Kyle Sluder <email@hidden>
- Date: Sat, 31 Jul 2010 14:16:44 -0700
On Jul 31, 2010, at 2:03 PM, Shane <email@hidden> wrote:
> Ld "/Users/srd/Projects/shared_builds/myapp.build/Release/myapp
> Spotlight Importer.build/Objects-normal/x86_64/myapp" normal x86_64
> cd /Users/srd/Projects/myapp
> setenv MACOSX_DEPLOYMENT_TARGET 10.6
> /Developer/usr/bin/gcc-4.2 -arch x86_64 -bundle -isysroot
> /Developer/SDKs/MacOSX10.6.sdk
> -L/Users/srd/Projects/myapp/build/Release
> -F/Users/srd/Projects/myapp/build/Release -filelist
> "/Users/srd/Projects/shared_builds/myapp.build/Release/myapp Spotlight
> Importer.build/Objects-normal/x86_64/myapp.LinkFileList"
> -mmacosx-version-min=10.6 -framework CoreFoundation -framework
> CoreData -framework Foundation -framework CoreServices -o
> "/Users/srd/Projects/shared_builds/myapp.build/Release/myapp Spotlight
> Importer.build/Objects-normal/x86_64/myapp"
You're missing -framework AppKit here. I believe there's something in the Xcode 4 release notes about specifying linked frameworks that might explain why this flag has gone missing.
But the fact that you're trying to use NSPathControl in a Spotlight importer is quite troubling. ;-)
--Kyle Sluder_______________________________________________
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