Im building an applescriptobjc app in Xcode and I’m getting a Stack overflow error, and Im not sure how to really pinpoint where/What the problem actually is (what lines of code are causing it).
The log window just gives me the handlers name and then the stack overflow error message. I’ve never had a Stack Overflow error. The handler just has variables, and calls to other handlers.
Is it in the Handler the log indicates, or from one of the other handlers? (hope that made sense)
Im not sure how to find it and fix it.