0

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 ?

Alexis Pigeon
  • 7,423
  • 11
  • 39
  • 44
deeptrancex
  • 73
  • 1
  • 2
  • 8

1 Answers1

1

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

DrummerB
  • 39,814
  • 12
  • 105
  • 142