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 the rules of ARC are a... April 13, 2022 0 Comments