Hi, i’m trying to build my game for iOS but everytime i try i get an error saying that i need to install xCode, but i have it installed in my macbook. How can i fix that?
Thank you very much
Hi, i’m trying to build my game for iOS but everytime i try i get an error saying that i need to install xCode, but i have it installed in my macbook. How can i fix that?
Thank you very much
Have you run Xcode after installing it? It downloads more data and software after you launch it the first time.
You can also open a Terminal session and execute this command:
xcode-select -p
You should get something like:
/Applications/Xcode.app/Contents/Developer
Rob
Yes, i’ve already run it.
I got this:
/Library/Developer/CommandLineTools
Try running:
xcode-select -s /Applications/Xcode.app/Contents/Developer
Thank you very much, it works now
Have you run Xcode after installing it? It downloads more data and software after you launch it the first time.
You can also open a Terminal session and execute this command:
xcode-select -p
You should get something like:
/Applications/Xcode.app/Contents/Developer
Rob
Yes, i’ve already run it.
I got this:
/Library/Developer/CommandLineTools
Try running:
xcode-select -s /Applications/Xcode.app/Contents/Developer
Thank you very much, it works now