QuickTime/i386 warning (OSX)

Building JUCE on OSX (Mavericks/XCode 6.0.1) gives one compiler warning:

ld: warning: ignoring file
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime
, file was built for i386 which is not the architecture being linked (x86_64):
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime

Is there any way of getting rid of this warning? (Just because 0 warnings is nice)

π

If you’re only building a 64 bit app….

Open the Frameworks group and click on Quicktime.framework and in the XCode Utilities window uncheck it from Target Membership for your app.

Rail