Argument list too long Error

2019-09-12 10:25发布

问题:

I'm working on to create new app on xcode.

I got that error

Argument list too long: recursive header expansion failed at /Applications/Microsoft Office 2011/Office/Office First Run/MUD/Outlook Script Menu Items/Create Note from Message.scptd/Contents/Resources/Scripts.

Have any idea to solve this ?

回答1:

What's in your Header Search Paths? Looks like you let the compiler search for your headers on the whole disk recursively (/**).



标签: xcode ios6