Reg: modifying layer that is being finalized… [CALayer frame]: message sent to deallocated instance 0xe43c520

前端 未结 6 515
花落未央
花落未央 2020-12-28 19:45

I am stuck with a very strange issue. I hope that many of you can provide me input to solve this. My application breaks quite often, but I am not able to get the exact scena

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 20:50

    I got this error when accidentally trying to release an object that should not have been released, in conjunction with using it for a UIView animation block. Fixing that made the problem go away.

提交回复
热议问题