Re: Why can't Xcode find this file?
Re: Why can't Xcode find this file?
- Subject: Re: Why can't Xcode find this file?
- From: Chris Espinosa <email@hidden>
- Date: Fri, 27 Mar 2009 09:57:30 -0700
On Mar 27, 2009, at 9:12 AM, Richard L. Aurbach wrote:
I'm precompiling headers. Nestled a few layers deep in the logic is
the line
#include <TNeoSwizzler.cpp>
Why are you trying to include source code when precompiling your
prefix header?
If it's an #include file that does not generate source, it should be
a .h file.
If it's a source file that generates object code, it should not be
#included in a precompiled header. Precompiled headers can't contain
code.
Chris
_______________________________________________
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