NSPredicate: Using NSExpression CAST(x, 'Class') is deprecated and will be removed in a future release

2021-11-18 Thread Sean McBride via Cocoa-dev
Hi all, Starting in Monterey, I see a new message logged by Core Data during persistent store migration: NSPredicate: Using NSExpression CAST(x,'Class') is deprecated and will be removed in a future release. 'MyClassName' should not be cast into a Class object.' This is due to my .xcmapping

Re: Intermittent invisible NSWindow

2021-11-18 Thread Tom Doan via Cocoa-dev
Unfortunately, it appears that it's 100% predictable---it fails on a M1 chipped computer and works on an Intel chipped computer (or an M1 running the software through Rosetta). > I can say it has been true in the past, even if it is no longer the > case. It is not something I test with each OS