Re: error clearing target on 3.2
Re: error clearing target on 3.2
- Subject: Re: error clearing target on 3.2
- From: Chris Espinosa <email@hidden>
- Date: Fri, 4 Sep 2009 12:55:29 -0700
On Sep 4, 2009, at 7:47 AM, Sean McBride wrote: On 9/4/09 10:23 AM, Nava Carmon said:
I'm trying to "clear all" targets of my project on Xcode 3.2. It fails
on checking dependencies, saying that it was trying recursively parse
a header, that looks like some MS Office document. I couldn't find any
mentioning of that in my project. Not in build settings, neither in
project files. Also i removed recursive search in all search paths.
How can i find out what is the problem?
That sounds like something I saw during the 10.6 seeds:
<rdar://problem/6655635> 10a286: Xcode fails to clean if Source Tree is missing and used recursively
Steps to Reproduce: 1- Open a project that uses a Source Tree and uses that source tree recursively, say as a header search path. In my project I have a source tree named "PowerPlant" and use it in my .xcconfig like so:
HEADER_SEARCH_PATHS = $(PowerPlant)/**
2- Clean the project
Expected Results: - It seems cleaning needs to fail, but I expect an error message like "Can't clean because source tree PowerPlant is not set".
Actual Results: - I get this message:
Checking Dependencies Argument list too long: recursive header expansion failed at /Developer/ Examples/ColorSync/DemoCalibrator/Panes.
Maybe that's what you're seeing?
If this is it, go to Xcode > Preferences > Source Trees and remove the entry for PowerPlant (not a Microsoft Office component; a Metrowkers C++ application framework from many a year ago).
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