我正在研究类似于this问题中描述的工具,通过AppleScript构建和运行Xcode项目,以便自动化测试。我收到以下错误消息:
Xcode got an error: The specified object is a property, not an element. (-10008)
来自
行 set active build configuration type to build configuration type "Debug"
。
AppleScript和/或Xcode中是否有更改会破坏此行?如果是的话,有没有新的方法来完成同样的事情,或者至少有类似的东西?
我在运行OS X 10.6.8的Mac上使用Xcode 4.0.2。
答案 0 :(得分:2)
这就是问题所在。你看,Apple重建了Xcode及其工作方式,而且一些AppleScript代码(包括这个代码)不再起作用了。
除非Apple发布一些内容,否则我认为没有解决方案。我猜他们只是希望你不要使用AppleScript。