UINavigationController popViewControllerAnimated: crash in iOS 6

后端 未结 3 1173
轮回少年
轮回少年 2020-12-21 03:32

The code below works fine in iOS 4 and 5 but crashes in iOS 6 with EXC_BAD_ACCESS. I\'d appreciate any help in troubleshooting it. This code is being called in

3条回答
  •  再見小時候
    2020-12-21 04:15

    Though super late to party... Hope this might help someone in future. I opened a very old code...

    Enabling ARC mode and then resolving all the compiler warnings/error fixed it automatically.

提交回复
热议问题