0

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?

Ortensia C.
  • 4,666
  • 11
  • 43
  • 70

1 Answers1

0

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?

Community
  • 1
  • 1
Omar Abdelhafith
  • 21,163
  • 5
  • 52
  • 56