I am getting this warning report in xCode 7.0
This happens when i am using MBProgress
HUD in my project. How to deal with this warning?
I saw "changing property masksToBounds in transform-only layer, will have no effect" in Xcode 7 but no use...
In my case this must be related to a keyboard bug. All I have to do is launch an iPad Simulator, and press (CommandKey).
Three errors:
2015-09-29 19:40:47.251 ArchKit[12577:338772] <CATransformLayer: 0x7ff592f12ca0> - changing property masksToBounds in transform-only layer, will have no effect
2015-09-29 19:40:47.252 ArchKit[12577:338772] <CATransformLayer: 0x7ff592d1a2f0> - changing property masksToBounds in transform-only layer, will have no effect
2015-09-29 19:40:47.252 ArchKit[12577:338772] <CATransformLayer: 0x7ff592f25d30> - changing property masksToBounds in transform-only layer, will have no effect
Just by pressing the (CommandKey).
Even if I make a starter project with Sprite Kit for instance. So this is a bug.