Whenever I try to Create NSManagedObject Subclass
for my Core Data Entity. However as soon as I do this I get this error:
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
As you can see it talks about a swiftc file within Xcode itself. So I found this file and deleted it an tried to replace it but I still get the same error.
Here's what I've tried:
- Deleting Xcode & Reinstalling
- Removing the Command Line Tools & Reinstalling Xcode
- Removing the File and Trying to recreate it
Is it because the file there has no code? What should I do?