Say I've got an Xcode project on a linux machine and I want to, like I can do on the Mac, install & use xcodebuild
to simply compile the project, not to run it or anything fancy, just simply to compile it to check for errors.
Is it possible to install xcodebuild
on a Linux machine or is it entirely out of the question, if so what are my alternatives?