Search code examples
xcode8macos-sierra

Xcode 8.3 macOS Project without storyboard


I am trying to find a way to start a project in Xcode 8.3.1 (8E1000a) using .xib files instead of storyboards in Objective-C on macOS.

There isn't a clearcut way to do it, and everything I've seen is iOS using single view storyboard application.

I'm hoping you guys have a fix or at least a quick hack.

Thanks in advance.


Solution

  • Update in 2018: In Xcode 9, the Use Storyboards option is back!

    This does not apply to all templates, for example the Game template, but it is in the normal Cocoa App template.