Cannot find how to create a new Obj-c class in xcode

Hello, im using the latest xcode version and im trying to find where i can create a new obj-c class. the older version had it so you could under the coca sections but those are no longer there either. If anyone could point me in the correct direction i would appriciate it! Thank you guys!!!
Answered by OOPer in 671139022
Under the dialogue shown with File > New > File...,
you can choose:
  • iOS/Cocoa Touch Class

  • macOS/Cocoa Class

  • ...

And then you can choose Objective-C as Language in the Next view.

Isn't it sufficient?
Accepted Answer
Under the dialogue shown with File > New > File...,
you can choose:
  • iOS/Cocoa Touch Class

  • macOS/Cocoa Class

  • ...

And then you can choose Objective-C as Language in the Next view.

Isn't it sufficient?
Thank you!
Cannot find how to create a new Obj-c class in xcode
 
 
Q