How can I disable ARC for a single file in a project?
I am using ARC successfully in my project. However, I have encountered a few files (e.g., in unit tests and mock objects) where … Read more
I am using ARC successfully in my project. However, I have encountered a few files (e.g., in unit tests and mock objects) where … Read more