IBOutlet BMKMapView* _mapView;
BMKSearch* _search;
以上两个对象在初始化时,有先后顺序之分。必须先初始化_mapView 才能再初始化_search 。否则会报错。