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?
            Asked
            
        
        
            Active
            
        
            Viewed 1,667 times
        
    2 Answers
5
            
            
        This answer solved my issue: https://stackoverflow.com/a/73725957/5396995
-> Run xcodebuild -runFirstLaunch on terminal
        Ruby Nanthagopal
        
- 596
 - 1
 - 5
 - 17
 
- 
                    This one solved the problem for me! – jux_97 Sep 15 '22 at 12:04
 
1
            
            
        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.
        flaxel
        
- 4,173
 - 4
 - 17
 - 30
 

