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!

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top