Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error : Argument list too long:recursive header expansion failed at /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/

Tags:

xcode

Can Any one tell why this error occur and how to resolve it

Check Dependencies

Argument list too long: recursive header expansion failed at /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS.

like image 347
Cristina Martin Avatar asked Aug 16 '10 04:08

Cristina Martin


2 Answers

in my case the error was empty variable in "Header Search Paths" field (in project information) with recursion enabled.

This lead to pass value "/**" to a tool.

like image 176
adruzh Avatar answered Oct 16 '22 12:10

adruzh


I'll share another scenario where you can have the same error.

I had the same problem in my case was related with the Derived Data. After clean the Derived Data folder the problem disappeared.

like image 41
Nuno Vinhas Avatar answered Oct 16 '22 12:10

Nuno Vinhas