[MacPorts] #67388: qt5 @5.15.8+qt5-qtwebengine: App cannot be run on this version of macOS. Qt requires macOS 13.0.0 or later, you have macOS 12.6.0

MacPorts noreply at macports.org
Mon May 8 12:47:59 UTC 2023


#67388: qt5 @5.15.8+qt5-qtwebengine: App cannot be run on this version of macOS. Qt
requires macOS 13.0.0 or later, you have macOS 12.6.0
---------------------+---------------------------------
  Reporter:  kaamui  |      Owner:  MarcusCalhoun-Lopez
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  qt5     |
---------------------+---------------------------------

Comment (by ryandesign):

 And if you are trying to use MacPorts libraries like Qt in your project,
 then those libraries will also have to be built with a deployment target
 no greater than your program's deployment target, as will those libraries'
 dependencies, and so on down the chain. The error message makes it sound
 like Qt itself was built with the deployment target set to 13.0. This
 would be expected if you installed MacPorts on macOS 13 and compiled from
 source with the default deployment target or received our binaries which
 were compiled that way. To solve this with MacPorts, you would have to
 edit macports.conf and set `buildfromsource always` and
 `macosx_deployment_target 12.0` (or whatever minimum OS version you want),
 then uninstall all installed ports and reinstall the ones you want, which
 will then build from source on your system using your desired deployment
 target. This will of course take much longer than just receiving pre-built
 binaries from us.

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


More information about the macports-tickets mailing list