I opened up an older project of mine and chose Convert to Objective-C ARC from the Edit/Refactor menu. I am getting the following error:
Convert to Objective-C ARC
Apple L
Apparently you cannot have the target set to iOS Device when you "Convert to Objective-C ARC"
When I set the target to the simulator, I was able to convert to ARC with no errors.