Unable to get MacPort functionality after installing Xcode 4.3

后端 未结 17 2202
野趣味
野趣味 2021-01-29 21:51

I am having trouble getting MacPorts to function properly. I just installed OSX Lion 10.7.3 I downloaded and installed MacPorts first, and then after reading the requirements, I

17条回答
  •  無奈伤痛
    2021-01-29 22:25

    Setting the developer path in /opt/local/etc/macports.conf works for me,

    developer_dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    

    since most of the compilers are stored there now instead of /usr/bin under Developer.

提交回复
热议问题