Argument list too long Error

痴心易碎 提交于 2020-01-25 07:36:07

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!