Error message: Could not build module or Did not find header '***.h'
my project build setting CLANG_ENABLE_MODULES
= YES
build error when module header has method like:
- (void)subTaskWithName:(NSString*)name module:(NSString *)module;
module
has been recognized as a keyword. and if I delete this method, it build succeed