ビューコントローラをスタックにプッシュしてからポップオフすると、次のエラーが発生します。
*** -[CALayer retainCount]: message sent to deallocated instance <memory address>
dealloc
ポップオフされているViewControllerで呼び出された直後に発生し、このViewControllerのみに排他的であるようです。私はCALayerを使用していないので、CALayerはビュー自体と関係があると確信しています。
何か案は?
編集:これがバックトレースです
(gdb) bt
#0 0x01fcd3a7 in ___forwarding___ ()
#1 0x01fa96c2 in __forwarding_prep_0___ ()
#2 0x01fc10e8 in CFGetRetainCount ()
#3 0x01cbc770 in CA::release_root_if_unused ()
#4 0x01cbc707 in x_hash_table_remove_if ()
#5 0x01cbc4ec in CA::Transaction::commit ()
#6 0x01cc4838 in CA::Transaction::observer_callback ()
#7 0x01fa5252 in __CFRunLoopDoObservers ()
#8 0x01fa465f in CFRunLoopRunSpecific ()
#9 0x01fa3c48 in CFRunLoopRunInMode ()
#10 0x027dd615 in GSEventRunModal ()
#11 0x027dd6da in GSEventRun ()
#12 0x0057cfaf in UIApplicationMain ()
#13 0x00002dec in main (argc=1, argv=0xbfffeed0)