从终端启动一个xcodeproj [英] launch a xcodeproj from terminal

查看:51
本文介绍了从终端启动一个xcodeproj的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在命令行中构建和编译我的xcodeproj,并且现在可以正常工作了.

I trying to build and compile my xcodeproj in command line and it is working now.

那么也有可能从终端而不是从Xcode启动xcodeproject吗?

So it is also possible to launch the xcodeproject from terminal instead from the Xcode?

推荐答案

如果要从命令行运行应用程序,请使用

If you want to run an app from the command line, use


open /path/to/appname.app

构建并运行"实际上等同于

"Build and Go" is really just equivalent to


xcodebuild [parameters] && open /path/to/appname.app

这篇关于从终端启动一个xcodeproj的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆