"Hello World" example failed in ASS

Hello,
I’ve made my first attempt to script with ASS, and for example, I’ve followed the “Hello World” example found in the doc. In this attempt and all others since, the only result when I “build and run” is : Failed

main.m:1: mach-o/dyld.h: No such file or directory
main.m:7: implicit declaration of function NSIsSymbolNameDefined' main.m:9: error: symbol’ undeclared (first use in this function)
main.m:9: implicit declaration of function NSLookupAndBindSymbol' main.m:9: error: NSSymbol’ undeclared (first use in this function) (Each undeclared identifier is reported only once for each function it appears in.)
main.m:12: initialization makes pointer from integer without a cast
main.m:12: implicit declaration of function `NSAddressOfSymbol’

I’ve missed something or I’ve a faulty installation ?

thanks to help me !

Did you create a new “Empty” project or did you use the “AppleScript Application” option in New Project?

It sounds like you are missing all of the frameworks that are required to create an AppleScript Studio application, which is actually a Cocoa application that simply runs AppleScripts for various actions.

I’ve choosen an “AppleScript Application” in new project…

…any clue ???

How about trying to build a known good applescript studio example already on your disk and see if that errors in the build step? It almost sounds like you could be getting a lot of typos into your source code?

w