My project already uses ARC, however I added a class from apple that doesn’t use ARC.
Can I refactor only this file to ARC? Selecting the class in the refactor menu, tries to compile my whole app without ARC. This will of course fail, as only one of the classes is non-ARC.
If there is no easy way to do this, can I compile this class without ARC?
This class is almost for sure in an Apple project. Refactor the whole project – you don’t need to really finish or compile – but once done, you can then take the refactored file as a starting point.