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

前端 未结 6 521
花落未央
花落未央 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:48

    To help out noobs (like me) who cant see anything wrong with their mem. mgmt,

    I also got this error because i wrongly used an 'assign' on an IBOutlet property that was supposed to have an 'retain' on it. Be careful when you copy-paste!

提交回复
热议问题