问题
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 (/**
).
来源:https://stackoverflow.com/questions/13971776/argument-list-too-long-error