添加&在 XCode4 中运行项目时停止
当我们点击 XCode4 中的运行按钮时如果项目已经运行,
提示如下。
我的问题是,
如果我点击“添加”按钮,它会做什么? 这是否意味着快速添加本地更改来构建/运行应用程序?
When we hit run button in XCode4 & if project is already running,
it prompts as follows.
My question is
what does it will do if I tap on Add button ?
Does it means, add local changes quickly to build/running application ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这意味着它将运行该程序而不停止旧程序
It means it will run the program without stopping the old one
它将启动新编译的应用程序而不停止旧的构建,因此您的应用程序现在运行两次。如果您的工作区包含两个不同的应用程序,这两个应用程序应该同时运行,那么这很有用,但如果您使用单个应用程序,则或多或少没用。
It will start the new compiled app without stopping the old build so your app runs two times now. This is useful if you have a workspace with two different apps that should both run simultaneously but more or less useless if you work on a single app.