13

In previous versions when you press New File, in iOS --> Cocoa Touch --> there was Objective-C protocol, but now I can't find it there!?

Renat Gatin
  • 6,053
  • 5
  • 37
  • 58

2 Answers2

36

Familiar problem after update.

Step one: press CMD+N and choose Objective-C File in menu

enter image description here

Step two: press Next and choose file type. enter image description here

Oleg Sobolev
  • 3,286
  • 2
  • 16
  • 29
1

Add File -> Source -> Objective-C File -> [Now there's a combo for file type, select Protocol in there]

KirkSpaziani
  • 1,962
  • 12
  • 14