• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why can't Xcode find this file?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Why can't Xcode find this file? (From: "Richard L. Aurbach" <email@hidden>)

  • Prev by Date: Re: Why can't Xcode find this file?
  • Next by Date: Xcode, Cocoa and std::list
  • Previous by thread: Re: Why can't Xcode find this file?
  • Next by thread: Re: Why can't Xcode find this file?
  • Index(es):
    • Date
    • Thread