Search code examples
xcodeeclipsexcode4macrosinclude

XCode include necessary header files


In Eclipse you can press Cntrl + Shift + O and all of the necessary includes will be added to your file automatically. Is there anything similar to this in XCode?


Solution

  • No, there isn't. You have to add them yourself.