Reputation: 3494
I get the following warnings from my xCode project. How do i get rid of them?
note: I ma using MBProgessHud
and FMDB
Warning: no rule to process file '$(PROJECT_DIR)/MBProgressHUD.h' of type sourcecode.c.h for architecture i386
Warning: no rule to process file '$(PROJECT_DIR)/SampleProj/../FMDatabase.h' of type sourcecode.c.h for architecture i386
Upvotes: 1
Views: 2365
Reputation: 2555
Please check the "Build Phases" tab, in compile sources section, *.h files shouldn't be there.
Upvotes: 11