0
私はAppleScriptを使用してiOSシミュレータでのiPhoneのプロジェクトを実行したいので、私はこのコードを書いた:AppleScriptでXcodeプロジェクトを取得できないのはなぜですか?
tell application "Xcode"
open "IAPPS:Xcode 4:EightQueens:EightQueens.xcodeproj"
tell project "EightQueens.xcodeproj"
clean
build
try
debug
end try
end tell
quit
end tell
しかし、それは私にこのエラー与えている:
Xcode got an error: Can’t get project "EightQueens.xcodeproj".
私が間違っているのは何を?
.... –
...:
代わりの
tell project "EightQueens.xcodeproj"
のですか? – Guillaume
同じエラーXcodeにもエラーがあります:プロジェクト "EightQueens.xcodeproj"を取得できません。 –