Re: Build trouble
Re: Build trouble
- Subject: Re: Build trouble
- From: Chris Espinosa <email@hidden>
- Date: Mon, 15 Sep 2008 11:16:13 -0700
On Sep 14, 2008, at 1:50 PM, Pjotr kiwapta wrote: Thanks for the fast reply. Though I haven't moved anything, I tried your advice. The folder and it's files are still in place. Just the mentioned header file is missing, and it is nowhere else either. I tried to find a download on internet, but I couldn't. So now I am not sure how to solve this problem. And I am wondering why Xcode deleted the file when I choose "clean" or "clean all targets".
anyone an idea how to restore this, and prevent Xcode from deleting files?
No, it's unlikely that Xcode deleted source files on a clean, unless you've made extremely unusual changes to the project configuration.
For CAAUParameter.cpp to find CAAUParameter.h, the Header Search Paths need to include the path to Examples/CoreAudio/PublicUtility (relative to the Developer folder). If you don't have this path in your project, or you don't have that file in that directory, your build will fail.
Perhaps posting the portion of the build transcript with the compiler invocation and actual output would help narrow this down.
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