Sorry, I mistakenly wrote Mojave instead of Catalina (the version numbers are 10.15.x). The call is wrapped with @available(macos 10.15, *).
Post
Replies
Boosts
Views
Activity
CGRequestScreenCaptureAccess is listed available since macOS 10.15. It works as expected on macOS Big Sur, but our application crashes when running on Mojave (tested two machines running 10.15.6 and 10.15.7). The crash is due to the _CGRequestScreenCaptureAccess symbol not being found.
Is this expected behaviour?