I had an application written without ARC, now I added ARC and I do not open more some ViewController that worked very well. The error are: EXC_BAD_ACCESS, SIGBRT, ecc.
What can I do?
I had an application written without ARC, now I added ARC and I do
Share
if you dont need to use ARC on these view controllers you can always disable arc on them using the answer from this question How can I disable ARC for a single file in a project?