环境
・macOS Sonoma
・pycharm
・python 8
画面
|
|
报错
WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:
解决
把pycharm从python 3.9更新到了python 3.11成功解决。