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?
Asked
Active
Viewed 67 times
0
-
Can you give us some stack-traces? – Richard J. Ross III Jun 15 '12 at 13:00
1 Answers
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