I have an xcode project I haven't opened in a month or so, and now I get linker warnings about
clang: error: unknown argument: '-no_deduplicate'
The complete linker command is,
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Content/Code/BirdsEar/BirdsEarApp_Code/Builds/MacOSX/DerivedData/BirdsEarApp8/Build/Products/Debug -F/Content/Code/BirdsEar/BirdsEarApp_Code/Builds/MacOSX/DerivedData/BirdsEarApp8/Build/Products/Debug -filelist /Content/Code/BirdsEar/BirdsEarApp_Code/Builds/MacOSX/DerivedData/BirdsEarApp8/Build/Intermediates/BirdsEarApp8.build/Debug/DiscrReport.build/Objects-normal/x86_64/BirdsEarApp_DiscrTesting.LinkFileList -mmacosx-version-min=10.8 -no_deduplicate -stdlib=libc++ -fobjc-link-runtime -framework WebKit -framework Cocoa -framework Accelerate -framework Carbon -framework IOKit -framework CoreAudio -framework DiscRecording -framework CoreMIDI -framework AudioToolbox -framework QuartzCore -o /Content/Code/BirdsEar/BirdsEarApp_Code/Builds/MacOSX/DerivedData/BirdsEarApp8/Build/Products/Debug/BirdsEarApp_DiscrTesting
Has anyone else seen this?
Who is adding this flag?