Clang-KeyPathValidator icon indicating copy to clipboard operation
Clang-KeyPathValidator copied to clipboard

Show live warnings in Xcode

Open jmah opened this issue 11 years ago • 1 comments

Currently warnings only show when explicitly building. Does creating an xcspec and/or xcplugin improve this?

http://railsware.com/blog/2014/02/28/creation-and-using-clang-plugin-with-xcode/

jmah avatar May 18 '14 00:05 jmah

Does creating an xcspec and/or xcplugin improve this?

Actually, yes. Because xcspec provides a way to override 'standard' clang. But is has some issues, not sure about current clang version, but previous one (3.3) cannot compile for Arch64, which means iOS platform.

AlexDenisov avatar May 26 '14 09:05 AlexDenisov