1

enter image description here

enter image description here

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?

flaxel
  • 4,173
  • 4
  • 17
  • 30
help
  • 19
  • 4

2 Answers2

5

This answer solved my issue: https://stackoverflow.com/a/73725957/5396995

-> Run xcodebuild -runFirstLaunch on terminal

Ruby Nanthagopal
  • 596
  • 1
  • 5
  • 17
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