#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
We are getting the violation of the below rule for the above headers also.
#include directives in a file should only be preceded by other preprocessor directives or comments
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
We are getting the violation of the below rule for the above headers also.
#include directives in a file should only be preceded by other preprocessor directives or comments
Hi @Sivakumar,
what version of the cfamily analyzer do you have installed? We fixed in cfamily plugin version 6.6, see CPP-2361.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.