When Opening Xcode, I am presented with a dialog box:
"Install additional required components? Xcode requires additional components to support running and debugging. Choose install to add required components"
If I select "Install"
I'm presented with dialog "Xcode wants to make changes. Type your password to allow this."
When I authenticate, The dialog show "installing components"
First dialog show again after the installation is complete.
i try use commandline way to install required components is:
First dialog show again.
the difference is terminal returns after installation is complete:
Anyone having the same problem? And perhaps a solution?
"Install additional required components? Xcode requires additional components to support running and debugging. Choose install to add required components"
If I select "Install"
I'm presented with dialog "Xcode wants to make changes. Type your password to allow this."
When I authenticate, The dialog show "installing components"
First dialog show again after the installation is complete.
i try use commandline way to install required components is:
Code Block /Applications/Xcode.app/Contents/MacOS/Xcode -installComponents
First dialog show again.
the difference is terminal returns after installation is complete:
Code Block Killed: 9
Anyone having the same problem? And perhaps a solution?