I'm getting a very strange error trying to compile my project, I get an error in NSValue.h
saying 'Duplicate interface definition for class 'NSValue' (and NSNumber).
I've tried cleaning and rebuilding, I've tried clearing the module cache using:
rm -rf /Users/me/Library/Developer/Xcode/DerivedData/ModuleCache/*
I've tried removing and re-adding the Foundation framework in combination with the above, but I still get the error.
What's going on?