When I am building my project it is showing the following error. This is the first time Im facing this error:
Argument list too long: recursive header expansion failed at /Applications/iWork ’09/Pages.app/Contents/Resources/Templates/Modern Business Cards.template/Contents/Resources.
How can I solve this?
This is an Xcode “problem”, as the error is generated from having a recursive search in your header search path. I’ve solved this in the past by unchecking the “Recursive” flag on items in the Header search path and instead link to each directory directly. There might be other (better) ways to solve this problem but it appears to be somewhat a bug with Xcode not reporting the error correctly when it is hit with a path it can not fully resolve.
There is also some info here about this error:
Xcode 3.1 problem checking dependencies | Cocoabuilder
There someone wrote,