[MacPorts] #67402: Can't build MacPorts on 10.11 with Xcode 8.2.1
MacPorts
noreply at macports.org
Tue Jul 25 09:12:19 UTC 2023
#67402: Can't build MacPorts on 10.11 with Xcode 8.2.1
---------------------+--------------------
Reporter: catap | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version:
Resolution: | Keywords:
Port: |
---------------------+--------------------
Comment (by ryandesign):
On the 10.11 buildbot worker:
{{{
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G22010
}}}
{{{
$ xcodebuild -version
Xcode 8.2.1
Build version 8C1002
}}}
{{{
$ ./a.out
MAC_OS_X_VERSION_MIN_REQUIRED: 101100
}}}
So there may be something wrong with your development environment.
You may be able to work around the problem with:
{{{
$ export MACOSX_DEPLOYMENT_TARGET=10.11
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67402#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list