質問

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