Question

I'm building an iPhone app on windows, but have a macbook air that I keep around so that I can build my .ipk when I need to.

My question is: how (if it's possible) do I make my macbook build remotely (either by calling a command through ssh or similar), all the files are being synced already by dropbox, so i'm not concerned about how to get the files back and forth, just how to make my mac build remotely.

Thanks everyone!

Was it helpful?

Solution

You can build your project using xcodebuild. Log through ssh, go to project catalog and just run xcodebuild. You may add some parameters if required.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top