I am getting a link error building a Mac App that used to build fine.
ld: file not found: /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface for architecture x86_64
I dont deliberately use or reference ScalableUserInterface.framework and XCode is quite correct that in QuartzCore.framework I dont have ScalableUserInterface.framework (only CoreImage)
I'm not sure whether this is something referenced by other system frameworks which I ought to have (its possible that this started happening after a laptop death needing a clean install of everything) so I need to get it from somewhere (reinstall XCode?), or whether it is something that I have accidentally started to reference (by checking summat in a .xib - I have autolayout off in all .xibs)