I’ve been trying to troubleshoot an app i’m developing that display a menu bar icon with some statuses and it’s not working on other Macs, just mine. I’ve isolated this line as being the culprit.
logThis("step 8") -- prints
set menuStatus to NSStatusBar's systemStatusBar's statusItemWithLength_(current application's NSSquareStatusItemLength)
logThis("step 9") -- does not print
everything else works up to this. I tested by logging before an after to a file.
My computer is on El Cap. The computer I’m testing on is on Yosemite.
Thanks for any help.