I'm not getting any useful results when I try to generate Scripting Bridge headers.
The .h file is: #import <AppKit/AppKit.h> #import <ScriptingBridge/ScriptingBridge.h> and the .m file is #import "AppName.h" I don't get any error message, warnings or anything to tell me why it won't build the code for the commands. It clearly is looking for something that it doesn't find and ends up providing nothing. The sdef file seems to be valid enough to allow me to actually script the application via AppleScript w/o issue. Anyone else run into this type of problem? Or how to get some indication as to the source of the problem that sdp is having with the sdef file? -- Mark Munz unmarked software http://www.unmarked.com/ _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
