AppleScript 和 Xcode 错误 -10008

发布于 2024-11-20 00:22:49 字数 424 浏览 2 评论 0原文

我正在开发一种类似于 this 问题,通过 AppleScript 构建并运行 Xcode 项目,以便自动化测试。我收到以下错误消息:

Xcode 出现错误:指定的对象是属性,而不是元素。 (-10008)

从行

将活动构建配置类型设置为构建配置类型“调试”

AppleScript 和/或 Xcode 中是否发生了一些会破坏这条线的更改?如果是,是否有一种新方法可以完成同样的事情,或者至少是类似的事情?

我在运行 OS X 10.6.8 的 Mac 上使用 Xcode 4.0.2。

I am working on a tool similar to the one described in this question, to build and run an Xcode project via AppleScript, in order to automate testing. I am getting the following error message:

Xcode got an error: The specified object is a property, not an element. (-10008)

from the line

set active build configuration type to build configuration type "Debug".

Has something changed in AppleScript and/or Xcode that would break this line? If yes, is there a new way to accomplish the same thing, or at least something similar?

I am using Xcode 4.0.2 on a Mac running OS X 10.6.8.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦途 2024-11-27 00:22:49

这就是问题所在。你看,Apple 重建了 Xcode 并且它可以正常工作,而一些 AppleScript 代码(包括这个)不再工作。

我认为没有解决方案,除非苹果发布一些东西。我猜他们只是希望你不要使用 AppleScript。

That's the problem. You see, Apple rebuild Xcode and it's workings, and some AppleScript code (including this one) does not work anymore.

I don't think that there is a solution, unless Apple releases something. I guess they just expect you not to use AppleScript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文