在使用本功能:錯誤:無法投類型NSKVONotifying_MKUserLocation的價值Park_View.AttractionAnnotation
func mapView(mapView: MKMapView!, viewForAnnotation annotation: MKAnnotation!) -> MKAnnotationView! {
let annotationView = AttractionAnnotationView(annotation: annotation, reuseIdentifier: "Attraction")
annotationView.canShowCallout = true
return annotationView
}
此錯誤發生:
Could not cast value of type 'NSKVONotifying_MKUserLocation' (0x7e8a62b0) to 'Park_View.AttractionAnnotation' (0xf7948).
它運作良好,但是當我嘗試添加CoreLocation找到我的代碼的用戶位置我開始有這個錯誤。