2

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?

2 Answers 2

5

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

-> Run xcodebuild -runFirstLaunch on terminal

Sign up to request clarification or add additional context in comments.

1 Comment

This one solved the problem for me!
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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.