On Jul 31, 2010, at 2:03 PM, Shane <[email protected]> 
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 protected])

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 [email protected]

Reply via email to