you have added a recursive search path in your Header Search Paths that is looking in your /Developer/Documentation folder.
No, I did NOT !
The 2 captures below show that the path is exactly the same. In " Development mode" this path works OK In Deployment mode it does not.
Looking at the User Header Search Paths you see "/Volumes/MYSTUFF/MYSTUFF/etc..."
There is indeed a folder named MYSTUFF inside a folder also named MYSTUFF...
This is obviously not a recursive situation . I feel perfectly entitled to name my folders just like I want. and effectively, on the disk, there is a folder MYSTUFF inside a folder MYSTUFF.... It has been like this since Year 2000 and it has always worked OK for years ...
This is a bug in XCODE , isnt 'it ???
RGDS
JP
Le 17 sept. 08 à 08:07, Chris Espinosa a écrit :
On Sep 16, 2008, at 3:21 PM, turbo3d wrote: Building target “MyAppX” of project “ MyAppX X” with configuration “Deployment INTEL”
Checking Dependencies Argument list too long: recursive header expansion failed at /Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.CoreReference.docset/Contents/Resources/Documents/documentation/AppleScript/Conceptual/AppleEvents/dispatch_aes_aepg.
Can someone explain what this means ( XCode 3.1.1 ) ?
It means that for reasons we can't discern, you have added a recursive search path in your Header Search Paths that is looking in your /Developer/Documentation folder. You shouldn't need any Header Search Paths to that location, and especially not a recursive one.
Chris
|