I should've included how I'm attempting to execute applescript from the Child app:
NSDictionary* errorDict; NSAppleScript* scriptObject = [[NSAppleScript alloc] initWithSource: @"tell application id \"com.foo.parent\" to sign_out"]; NSAppleEventDescriptor* returnDescriptor = [scriptObject executeAndReturnError: &errorDict];
Maybe I can only execute compiled applescripts?
Topic:
App & System Services
SubTopic:
Core OS
Tags: