user1315906
user1315906

Reputation: 3494

I get the following warnings 'architecture i386'

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

Answers (1)

dcai
dcai

Reputation: 2555

Please check the "Build Phases" tab, in compile sources section, *.h files shouldn't be there.

Upvotes: 11

Related Questions