feedback-assistant / reports

Open collection of Apple Feedback Assistant reports
214 stars 2 forks source link

FB6202377: NSSavePanel "save button" doesn't do anything when given file already exists in macOS Catalina beta 1. #43

Open sunshinejr opened 4 years ago

sunshinejr commented 4 years ago

Date: 2019-07-23 Resolution: Open Area: Xcode/AppKit OS: macOS 10.15 beta 1 - beta 10 Xcode: 11 Type: Incorrect/Unexpected Behavior

Description

NSSavePanel "save button" doesn't do anything when given file already exists.

Steps to reproduce:

In previous macOS versions it worked properly and showed an alert that the file already exists.

sunshinejr commented 4 years ago

It turns out that it might be a bug in AppKit where lack of CFBundleDevelopmentRegion key in Info.plist will break the alert showing. Current workaround is to add this key to the Info.plist, but it will make your app automatically english-only. Waiting on another reply.