getting error when using mapkit in xcode?
        Posted  
        
            by Rahul Vyas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rahul Vyas
        
        
        
        Published on 2009-10-11T08:29:17Z
        Indexed on 
            2010/06/01
            9:03 UTC
        
        
        Read the original article
        Hit count: 438
        
'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (MKMapView)'
i am getting this error.am i missed something.i don't know from where to add MApkit.framework first i tried with target->getInfo and then from the bottom + sign added framework but that did not wrked.then i search in spotlight and added another framework.by adding this it removed previous error but gives the above one.what is the exact location of mapkit framework. i want to test it in simulator.
© Stack Overflow or respective owner