Xcode compile error: Command Lex failed with a nonzero exit code
问题 I am getting an error message in Xcode for an iOS project during compile time pertaining to the file 6844.lm in my project that says: Command Lex failed with a nonzero exit code What is Xcode trying to do here with command Lex? The .lm file isn't even inteded by me to be compiled by Xcode. It needs to be used by a third party framework. Is there a way for me to tell Xcode not to try to perform that Lex command that is generating an error? I don't show my code because the error apparently