macOS-app only in fullscreen visble

Hi,


I made a macOS app in actual swift. Works fine. Added the icons an must have changed a setting. When starting the app there is no app visible. If I choos from the menu bar View -> Enter full screen the app is visble. When clicking on the little green circle in the upper left corner the app is not resizing to its size designed in the storyboard it is disappeared. But running without errors. I created a new project to compare some settings. But with this new project I have the same issue. What did I changed withour notice? Which setting must I change?

Replies

Disappearing, do you mean inconized in the dock ? Or goes offscreen ?


Could you test your window frame (for instance in


    func applicationDidFinishLaunching(_ aNotification: Notification) {
          // test window frame size here
}