Search code examples
xcode5

Xcode 5 not showing project configuration options


While creating the new project Xcode doesn't show options like

  1. Automatic Reference Counting
  2. Use Story Boards.
  3. and so on.

Solution

  • Xcode 5 and higher doesn't show these options because they now represent default behavior. Storyboards are included by default as is ARC. There is nothing needed to enable these options.