Xcodeプロジェクトを開き、最後のターゲットを複製するAppleScriptが必要です。AppleScriptの重複Xcodeターゲット
私はいくつかの回答を見つけましたhereとthereしかし、それらのどれも(少なくともXcode 9.1では)動作していないようです。
私はこれ試してみた:
do shell script "open <myproject>"
tell application "Xcode"
tell active workspace document
tell first project
duplicate last target
end tell
end tell
end tell
をしかし、それはで失敗します。
execution error: Error in Xcode: Can not set last target of project 1 of active workspace document to last target of project 1 of active workspace document. (-1006)
あなたはそれをどのように行うのでしょうか?