I am trying to enable arc in my application but when xcode check my project then it is giving one error on given below line.
Tile ***grid;
Error: pointer to non-const type Tile * with no explicit ownership.
Please guide me how to solve this problem.