Re: How to resolve this error ...
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