When converting a project to use ARC what does \"switch case is in protected scope\" mean?
I am converting a project to use ARC, using Xcode 4 Edit -> Refactor -> Convert to
Hard to be sure without looking at the code, but it probably means there's some variable declaration going on inside the switch and the compiler can't tell if there's a clear path to the required dealloc point.