While trying to open up Atom while just starting to learn PHP, I ran into this notification as soon as I opened up the app. I'm completely new to this, so I'm not very sure how this works or what I need to do. Can somebody help?
2 Answers
This answer solved my issue: https://stackoverflow.com/a/73725957/5396995
-> Run xcodebuild -runFirstLaunch
on terminal
1 Comment
jux_97
This one solved the problem for me!
This is a current problem with the CommandLineTool. I found a solution at this post. So you can manually remove the CommandLineTool with the following command:
sudo rm -rf /Library/Developer/CommandLineTools
At the end you can manually add an older version of the CommandLineTool. Therefore you need to download the version from the apple download page. Otherwise if you get a message that the CommandLineTool can be updated, I would recommend to do this.