↧
‘NSInvalidUnarchiveOperationException’, reason: ‘Could not instantiate class...
Problem :- Xcode project with MapView control displays the error “‘NSInvalidUnarchiveOperationException’, reason: ‘Could not instantiate class named MKMapView'” Solution :- The ‘Could not instantiate...
View ArticleHow to add annotation to MapView in iOS
This article provides the steps for adding annotation to a MapView in iOS Updated: – Click here for the updated article in Swift Create a new Xcode Project – File > New > Project. Select the...
View Article