Changes between Initial Version and Version 1 of Ticket #67659, comment 2


Ignore:
Timestamp:
Jun 20, 2023, 11:34:26 PM (11 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67659, comment 2

    initial v1  
    33I had to:
    44
     5{{{
    56xcode-select -s /Applications/Xcode.app/Contents/Developer
     7}}}
    68
    79to get access to the xcodebuild command, and if thereafter I do
    810
     11{{{
    912xcode-select --switch /Library/Developer/CommandLineTools
     13}}}
    1014
    11 I lose xcodebuild again. I understand paths and so on, but the advice I get from MacPorts only goes as far as issuing "xcode-select --install". I see that the command line tools are on another path from Xcode.app.
     15I lose xcodebuild again. I understand paths and so on, but the advice I get from MacPorts only goes as far as issuing `xcode-select --install`. I see that the command line tools are on another path from Xcode.app.
    1216
    1317Anyway, I was able to complete the installation of R-app and graphviz-gui, so that issue is retired. I just don't understand the additional work with xcode-select. Are the command line tools always available to MacPorts once they are installed? Thanks for any advice.