Im following the apple ZoomingPDFViewer example, I have the frameworks just as in the example, but when I write in xcode the class CATiledLayer
doesnt get recognized in the edit area (no coming purple as a class, like in the example, and comand click on that word and doesnt recognize it), what am I missing ??
CATiledLayer *tiledLayer = (CATiledLayer *)[self layer];
I build the project and get no error or warning, but why it doesnt recognize the class?
EDIT>
changed project get info settings as suggested, but still not working!
still not working!, what could it be?, it appears working in apple sample code, but not in mine?? What would I be missing?
thanks in advance!!