Re: Xcode 2.3 Wrong Headers [Found Bug]
Re: Xcode 2.3 Wrong Headers [Found Bug]
- Subject: Re: Xcode 2.3 Wrong Headers [Found Bug]
- From: email@hidden
- Date: Sat, 17 Jun 2006 14:02:48 -0400
I've found the error... It's very strange.
Add a file named Float.h (actually, case doesn't matter, at least on HFS+) to the project. Then put any code that won't compile into it.
For some reason Xcode includes this file anyway, even if you don't include it in source files or targets.
Only when it ends with .h does it seem to show this trouble.
Thanks.
I'll report a bug.
Let me be a little more clear:
1) Make a Cocoa Application project (or at least a target) 2) Create a file Float.h (case doen't matter) and add it to the project (but not necessarily to any target) 3) Put code that won't compile into the Float.h file. 4) Clean your Cocoa Application target. 5) Compile your Cocoa Application target.
You will get errors. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden