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 !