使用AppleScript从Xcode 4项目中删除文件

时间:2012-05-11 12:19:22

标签: xcode applescript

我有这样的剧本

tell application "Xcode"
    tell project 1
        delete file reference 1 of group 1
    end tell
end tell

但结果我有error "Xcode got an error: AppleEvent handler failed." number -10000

如何使用AppleScript从Xcode项目中删除文件?

0 个答案:

没有答案
相关问题