Changes between Initial Version and Version 1 of Ticket #48471, comment 101
- Timestamp:
- Mar 14, 2016, 6:29:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48471, comment 101
initial v1 9 9 I have selected Xcode 7.3 beta 2 as my default: 10 10 11 {{{ 11 12 cf-vpn-hw-swift-1(6)$ xcode-select -p 12 13 13 /Applications/Xcode-beta.app/Contents/Developer 14 }}} 14 15 15 16 and attempted to install/update the command line tools: 16 17 18 {{{ 17 19 cf-vpn-hw-swift-1(7)$ sudo xcode-select --install 18 19 20 xcode-select: error: command line tools are already installed, use "Software Update" to install updates 21 }}} 20 22 21 23 But /usr/include/Availability.h is the same, and gcc48 still fails to build. … … 23 25 Any thoughts or other suggestions? 24 26 25 Thanks, 27 Thanks, \\ 26 28 Spencer