Creating an Automator AppleScript action

I am trying to develop a simple Automator action, based on AppleScript.

To acheive that, I am following :


Technical Note TN2322

Building a Cocoa-AppleScript (AppleScriptObjC) Automator Action.


After checking all the steps, when I try to test the action (command-R), XCODE displays a warning: CFBundleExecutable key is pointless with no executable.


TN says that after running the action project in XCODE, "an instance of Automator should launch and load your action"


My problem is that the instance of Automator is not launched -> the action is not loaded.


¿Does anybody know the reason?




Replies

Which Xcode are you working with?


Did you try to save or export instead of run?


Which run scheme did you select?


Which account did you use to provision?