I need to build a Xcode project in an automated process on a machine that will not be making any development. I also want to save disk space on that machine.
I thought the xcodebuild
command line would be perfect for that. But to install that tool, you need to install Xcode itself. Is there a way to install only xcodebuild
and other dependencies?
I tried to install this package, it does include xcodebuild
, but other dependencies seems missing.
Now that Apple has a CLI only install, that's probably the best way to go.
Old answer below.
You need some files missing.
/Developer/Library/
/Developer/usr/
/Developer/Platforms/
/Developer/SDKs/
That's it! Enjoy your minimalist Xcode install.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With