Creating a Cocoa application without NIB files

前端 未结 11 739
余生分开走
余生分开走 2020-12-04 10:24

Yes, I know this goes against the whole MVC principle!

However, I\'m just trying to whip up a pretty trivial application - and I\'ve pretty much implemented it. Howe

11条回答
  •  伪装坚强ぢ
    2020-12-04 10:40

    Of course you can write just code and not use Interface Builder.

    Have you checked your Info.plist? By default there is an entry there for MainMenu.xib and it may be that reference it's complaining about.

提交回复
热议问题