#MacOS Minimum Supported Version Unknown

3 messages · Page 1 of 1 (latest)

muted trellis
#

I realise in the docs there is a lot of mention of APIs/configs for MacOS >=10.14 etc, and a few for 14.

However, I am not using any of those, and, yet, it seems my app only works on something like >12. I assume there is another API in the docs I am using causing this; I am using a lot of plugins. However, none of those docs mention any issues with specific versions of MacOS.

The config does not have any specific settings for the version. So, I assume it defaults to 10 (as mentioned in docs). https://github.com/freeCodeCamp/exam-env/

Our observability suggests some users on <=12 are able to use the application, but we have had many reports saying otherwise - where the app is just a blank screen.

Does anyone have debugging suggestions or insight into what might be causing the issue?

GitHub

The freeCodeCamp Exam Environment desktop application - freeCodeCamp/exam-env

cedar needle
#

a blank screen could also be a frontend issue if you don't target safari 15 (though that's recent enough that most tools target that out of the box)

#

as far as i can tell, none of the plugins you use, use any of those version specific os apis