Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use xcodebuild on linux?

Tags:

People also ask

Is it possible to run Xcode on Linux?

You cannot run Xcode on a Linux machine.

Can I use Xcode in Ubuntu?

If you want to install Xcode in Ubuntu, that is impossible, as already pointed out by Deepak: Xcode is not available on Linux at this time and I don't expected it to be in the foreseeable future. That's it as far as installation.

What is Xcodebuild command?

xcodebuild is a command-line tool that offers the ability to build and test your Xcode projects.

Where is Xcodebuild running?

Thanks for your reply. It seems that xcodebuild is located within /Applications/Xcode. app/Contents/Developer/usr/bin.


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?