• 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: How to resolve this error ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to resolve this error ...


  • Subject: Re: How to resolve this error ...
  • From: Andreas Grosam <email@hidden>
  • Date: Wed, 09 Nov 2011 13:09:41 +0100


On Nov 8, 2011, at 11:56 PM, koko wrote:


Can anyone shed some light on the following error  ... why it occurs and how to resolve it?

-koko

<command line>:4:10: fatal error: '/Volumes/DBREPOS/WORKING FROM SHOP/_working/LibEmbApp/_XC42/LibEmbApp.build/Release/LibEmbApp_Prefix-hcuaqxkaqphgpnbflnatukdqufcd/LibEmbApp_Prefix.pch' file not found [2]
 #include "/Volumes/DBREPOS/WORKING FROM SHOP/_working/LibEmbApp/_XC42/LibEmbApp.build/Release/LibEmbApp_Prefix-hcuaqxkaqphgpnbflnatukdqufcd/LibEmbApp_Prefix.pch"
          ^
1 error generated.


Do you actually have this include directive somewhere in your source?
#include "/Volumes/DBREPOS/WORKING FROM SHOP/_working/LibEmbApp/_XC42/LibEmbApp.build/Release/LibEmbApp_Prefix-hcuaqxkaqphgpnbflnatukdqufcd/LibEmbApp_Prefix.pch"

what is "<command line>" ?

Looks like, the preprocessor is bailing out, because it can't resolve the path to the included file "LibEmbApp_Prefix.pch".
The path looks strange anyway. Usually, you place .pch files as siblings to the Xcode project file or into a target subfolder. This "precompile prefix header" should not be included via #include directives in any of your sources, instead there are build settings related to prefix files that compile it in a precompile build phase. You likely need to fix your build settings here.

Andreas
 _______________________________________________
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

  • Follow-Ups:
    • Re: How to resolve this error ...
      • From: koko <email@hidden>
References: 
 >How to resolve this error ... (From: koko <email@hidden>)

  • Prev by Date: Re: Setting up a workspace with main app and bundles
  • Next by Date: Re: How to resolve this error ...
  • Previous by thread: How to resolve this error ...
  • Next by thread: Re: How to resolve this error ...
  • Index(es):
    • Date
    • Thread