cocoa - Self-built Automator action does not work when used in Automator service or App -



cocoa - Self-built Automator action does not work when used in Automator service or App -

i wrote cocoa automator action uses pod podiokit. works fine when used in automator workflow, method - (id)runwithinput:(id)input fromaction:(amaction *)anaction error:(nsdictionary **)errorinfo called , steps work.

the problem occurs when seek build automator service or automator app using same action. method - (id)runwithinput:(id)input fromaction:(amaction *)anaction error:(nsdictionary **)errorinfo called, can read results nslog() calls. calls of podiokit methods ignored, weren't there. automator seems jump on calls :-/

maybe ran similar problems , found checkbox, build setting or allow automator services take care external apis/pods. or maybe tipp/ question right direction...

cocoa cocoapods automator podio

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -