Latest Beta (Xcode 7b5) now reporting CATransformLayer errors?

Suddenly with 7b5, I'm getting three of these error messages on launch. However, I'm not doing anything with masksToBounds anywhere in my app!


2015-08-07 10:27:02.200 MyApp[20705:491252] <CATransformLayer: 0x7b76e160> - changing property masksToBounds in transform-only layer, will have no effect


Any ideas on how to track this down?

Replies

Just Report Bugs. These aren't you fault.

If it helps, I was getting this error message from having a "Clip Subviews" flag set on an element in my .XIB.

The error appears, once and only, as soon as I press the "Cmd" key, I guess it has something to do with to the iOS 9 simulator's HUD that shows the (new ?) Cmd+... shortcuts. Someone please confirm.

Yes you are right, It prints this error in console when we try to switch windos by pressing "Command + Tab". As soon as I press "Command" button in my Keyboard, it prints this error.