Bug with included files
Bug with included files
- Subject: Bug with included files
- From: Lionel <email@hidden>
- Date: Tue, 6 Apr 2004 12:28:26 +0200
I include a file like this :
#include "filea.h"
I change the name of filea.h to fileb.h and the inclusion to
#include "fileb.h"
When compiling, XCode says : fileb.h : no such file or directory
I quit XCode and relaunch the project without changing anything. I
recompile -> no problem.
It seems to me that this is a bug in XCode.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.