0

Now this warning that i'm getting has been around but still i can't seem to fix this..

[WARN] no rule to process file 'dns.c' of type sourcecode.c for architecture i386

I've touched some property like that in the XCode IDE somewhere but how do i get this fixed again.. With all the other sources there's no probs with generating .o code..

Thanx..

  • Possibly a duplicate of http://stackoverflow.com/a/2710520/1758762 – Leo Chapiro Mar 03 '13 at 13:12
  • @duDE I don't think so. – James M Mar 03 '13 at 13:13
  • @dmirkitanov Nope - this isn't a `.h` file. The error makes sense for a header file as there shouldn't be a rule to build those, but not for `.c`. – James M Mar 03 '13 at 13:16
  • In the settings for your target, can you go to the "Build Rules" tab, select "All", find "System C Rule" and click "Copy to target"? – James M Mar 03 '13 at 13:23
  • duDE I've seen those but that's not it.. Like James is saying it has to do with some rule of how a source should be build & it comes after checking dependencies.. I'm not winning here.. Sorry for being a rookie in XCode, I used to do DevStudio.. – Airosoßicz Mar 03 '13 at 13:57
  • I think i've solved this by completely removing the file from the project and adding a new one.. Now it is compiling with a few link errors but at least i'm on track again.. Appreciate the speedy responses.. – Airosoßicz Mar 03 '13 at 16:11

0 Answers0