Changes between Version 3 and Version 4 of SequoiaProblems


Ignore:
Timestamp:
Sep 17, 2024, 4:26:25 PM (11 days ago)
Author:
markemer (Mark Anderson)
Comment:

Added ScreenCapture kit issue - Mark

Legend:

Unmodified
Added
Removed
Modified
  • SequoiaProblems

    v3 v4  
    2929A number of MacPorts portfiles and MacPorts base assume that arm64 Macs will have Rosetta 2 installed; you will likely run into issues if you have not installed it. Note that Rosetta 2 is not installed by default, or when running x86_64 binaries from the command line — you must open an application that has only x86_64 code in it to get the prompt to install Rosetta 2, or run {{{softwareupdate --install-rosetta}}} in a terminal window.
    3030
     31== ScreenCaptureKit Requirement with macOS 15 SDK ==
     32
     33Anything that dies with an error:
     34{{{
     35error: '<SomeCGGraphicsFunction>' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.
     36}}}
     37
     38Needs to set `macos_deployment_target` to 14 or below.
     39
     40Current Tickets:
     41[ticket:70758], [ticket:70756], [ticket:70709]
     42
    3143== Tickets for Broken Ports ==
    3244