-
I am running Mac BigSur 11.7.10 on an Intel Core i9 iMac. I just installed the Intel DMG version of Phoenix and when I run the program I get a blank screen, as seen below. I am not able to click any of the icons and the menu options are very limited. I tried uninstalling and reinstalling the software and get the same result. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Phoenix Code requires macOS 12 Monterey or higher because Apple introduced some system libraries starting with macOS 12, which Phoenix Code relies on. Apple doesnt seem to be patching macOS Big Sur with those updates . See related issue for more details: https://github.com/orgs/phcode-dev/discussions/1579 The error seems to be coming from the Tauri framework we use to create the dektop app, and is tracked in Tauri: tauri-apps/tauri#3469 . It appears that Tauri only supports macOS 12+ and we are restricted by that. Does core i9 macs support newer versions of macos? Sorry that this couldn't be fixed @thmunson . |
Beta Was this translation helpful? Give feedback.
-
Same issue haha, so use back to brackets. |
Beta Was this translation helpful? Give feedback.
Phoenix Code requires macOS 12 Monterey or higher because Apple introduced some system libraries starting with macOS 12, which Phoenix Code relies on. Apple doesnt seem to be patching macOS Big Sur with those updates . See related issue for more details: https://github.com/orgs/phcode-dev/discussions/1579
The error seems to be coming from the Tauri framework we use to create the dektop app, and is tracked in Tauri: tauri-apps/tauri#3469 . It appears that Tauri only supports macOS 12+ and we are restricted by that.
Does core i9 macs support newer versions of macos?
Sorry that this couldn't be fixed @thmunson .