[MacPorts] #70756: wxWidgets-3.0 @3.0.5.1_4: error: 'CGDisplayCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.

MacPorts noreply at macports.org
Thu Sep 19 08:54:41 UTC 2024


#70756: wxWidgets-3.0 @3.0.5.1_4: error: 'CGDisplayCreateImage' is unavailable:
obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.
----------------------------------+----------------------
  Reporter:  francescopappalardo  |      Owner:  mojca
      Type:  defect               |     Status:  assigned
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.10.1
Resolution:                       |   Keywords:  sequoia
      Port:  wxWidgets-3.0        |
----------------------------------+----------------------

Comment (by slewsys):

 Try this instead:

 {{{
 if { ${os.platform} eq "darwin" && ${os.major} >= 24 } {
     macosx_deployment_target 14.0
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/70756#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list