GCD and AppleEvents / NSOperationQueue and AppleScript
- by mahal tertin
As i understood, the threads provided by GCD do have a runloop but no source/port. Now i use some of methods that call AppleScripts thru AppleEvents inside an NSOperationQueue. And sometimes my app crashes with following stacktrace.
my questions:
Usage of AppleScript inside a NSInvocationOperation or NSBlockOperation
Usage of AppleEvents…