从命令行模拟 Xcode 中的“运行”按钮

发布于 2024-11-15 16:00:44 字数 391 浏览 2 评论 0原文

我正在寻找一种从命令行在模拟器中构建和运行我的应用程序的方法。我需要它的行为与您在 xcode 中按“运行”时的行为相同。

我可以使用 xcodebuild 构建它,并且尝试使用带有 -SimulateApplication 选项的模拟器。我的应用程序启动了,但我的测试没有开始执行(就像从 xcode 运行时一样)。

我尝试了这里找到的脚本以及我的其他一些AppleScript在网上找到的。他们不适合我。像 build 和 clean 这样的命令会被忽略,其他命令会抛出错误。也许是因为我使用的是 xcode 4。请帮忙。

I'm looking for a way to build and run my app in the simulator from the command line. I need it to behave the same way as when you press Run in xcode.

I can build it with xcodebuild and I tried using simulator with -SimulateApplication option. My app launched but my tests didn't start executing (as they do when run from xcode).

I tried the script I found here and few other AppleScripts I found on the web. They didn't work for me. Commands like build and clean were ignored and others would throw errors. Maybe it's because I use xcode 4. Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文