aMother
aMother

Reputation: 893

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.

Upvotes: 2

Views: 352

Answers (1)

Tommie C.
Tommie C.

Reputation: 13181

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.

Upvotes: 2

Related Questions