I have a project with both Swift and Objective-C code.
After upgrading to Xcode 10 and Swift 4.2, I get the following warning for two of my objective-C .m files:
:-1: unexpected C compiler invocation with specified output: '/Users/[username]/Library/Developer/Xcode/DerivedData/[filepath]' (for input: '/Users/[username]/Documents/Projects/[filepath]') (in target [targetName])
How can I debug this?