Changes between Initial Version and Version 1 of Ticket #59453, comment 11


Ignore:
Timestamp:
Nov 27, 2019, 8:16:21 PM (4 years ago)
Author:
himay81 (Jamie Baxter)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59453, comment 11

    initial v1  
    1 Re-installing Xcode 10.3 appears to exhibit the same problem, it would appear. The original 10.15 SDK command line tools (installed by Xcode 11) are still present and linked, and forcing `xcode-select --install` does not help as it recognizes the 10.15 SDK tools as a valid install (despite Xcode 10 being installed).
     1Re-installing Xcode 10.3 alone appears to exhibit the same problem, it would appear. The original 10.15 SDK command line tools (installed by Xcode 11) are still present and linked, and forcing `xcode-select --install` does not help as it recognizes the 10.15 SDK tools as a valid install (despite Xcode 10 being installed).
    22
    33Need to cleanly remove the existing command line tools (`rm -rf /Library/Developer/CommandLineTools`) and reinstall them after (`xcode-select --install`) to get the R port to build properly.