Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Windows 上构建一个 iPhone 应用程序,但有一个我随身携带的 macbook air,以便我可以在需要时构建我的 .ipk。
我的问题是:我如何(如果可能的话)远程构建我的 macbook(通过 ssh 或类似方法调用命令),所有文件都已通过 Dropbox 同步,所以我不关心如何获取文件来回,只是如何让我的mac远程构建。
感谢大家!
您可以使用 xcodebuild 构建您的项目。通过 ssh 登录,进入项目目录并运行 xcodebuild。如果需要,您可以添加一些参数。