Argument list too long Error

2019-09-12 10:23发布

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 ?

标签: xcode ios6
1条回答
做个烂人
2楼-- · 2019-09-12 11:24

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

查看更多
登录 后发表回答