fb のフレンドをロード中にメモリ リークが発生しました。原因は何ですか? 過去3日間からこのエラーを解決していますが、強力な理由を見つけることができません.. :(
私はそれをよく知っています
"ARC only deals with Cocoa objects. If you are using Core Foundation objects you still have to use memory management. There are rules for transferring ownership of objects when using toll-free bridging. ARC doesn't make memory management go away - it just makes the more common parts of it easier and more efficient. So, yes - you still need to check for leaks."
コードに Core Foundation オブジェクトはありますか? はいの場合、それを管理する方法は?
添付画像をチェックアウト
どんな助けでも大歓迎です!