我写了一个使用Pod PodioKit 的 Cocoa Automator 动作。在Automator工作流程中使用时,一切正常,调用方法- (id)runWithInput:(id)input fromAction:(AMAction *)anAction error:(NSDictionary **)errorInfo
并且所有步骤都有效。
当我尝试使用相同的操作构建 Automator服务或 Automator应用时,会出现此问题。调用方法- (id)runWithInput:(id)input fromAction:(AMAction *)anAction error:(NSDictionary **)errorInfo
,我可以从NSLog()
调用中读取结果。但是所有PodioKit方法的调用都被完全忽略了,就像它们不存在一样。 Automator似乎跳过了这些电话: - /
也许有人遇到了类似的问题,发现了一个复选框,一个构建设置或类似的东西,让Automator服务关注外部API / Pod。或者也许是正确方向的好tipp /问题...