Having troubles with Xcode or their Command Line Tools? Follow this guide to reset your Xcode instance on macOS and resolve issues such as "No Xcode or CLT version detected!"
- Alternatively download Xcode directly
xcode-select -print-path
brew update && brew upgrade && brew cleanup && brew doctor |
# Flush curent DNS cache | |
dscacheutil -flushcache; sudo killall -HUP mDNSResponder | |
# Start Monitoring | |
/Applications/DNSMonitor.app/Contents/MacOS/DNSMonitor 2>&1 | tee -a DNS.log |
Having troubles with Xcode or their Command Line Tools? Follow this guide to reset your Xcode instance on macOS and resolve issues such as "No Xcode or CLT version detected!"
xcode-select -print-path
var XMLbody = []; document.querySelectorAll('div.js-message_text').forEach(elm => {XMLbody.push("<div class=\"msg\">" + elm.innerHTML + "</div>")}); console.log(XMLbody.join()); |