RSS

about: Program received signal: "0" warning: check_safe_call: could not restore current frame

Error message from Xcode:
Program received signal: "0"
warning: check_safe_call: could not restore current frame
In my case, it is memory reeks that I can not control directly, that is, "autorelease" is not released. If you have this message, you should do as follows.

(a) do not use "autorelease"

(b) or using "NSAutoReleasePool" it is released by man.

Bookmark and Share

0 コメント: