Changes between Initial Version and Version 1 of Ticket #59453, comment 11
- Timestamp:
- Nov 27, 2019, 8:16:21 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59453, comment 11
initial v1 1 Re-installing Xcode 10.3 a ppears 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).1 Re-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). 2 2 3 3 Need 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.