I had this, caused by this:
NrofWindows = [[NSWindow windowNumbersWithOptions:NSWindowNumberListAllApplications|NSWindowNumberListAllSpaces] count];
Doc says: "If you pass 0 instead, then the list the method returns contains window numbers for visible windows on the active space belonging to the calling application"
As that is what I actually need, changed the value to 0:
NrofWindows = [[NSWindow windowNumbersWithOptions:0] count];
And the log msg vanished.
Thanks Eljay Adobe for the breakpoint command.
rick
Post
Replies
Boosts
Views
Activity
Thanks for pointing me to NSLocationUsageDescription. If it's missing from the plist you get crashes on Big Sur, but not always.
The validation procedures in AppStoreConnect do not check this, apparently, I just got crash reports from the review team.