self.mapView = [[HMapView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.view.frame), CGRectGetHeight(self.view.frame) - CGRectGetMinY(self.navigationController.navigationBar.frame))
self.mapView.delegate = self;
self.mapView.centerCoordinate = CLLocationCoordinate2DMake(48.893478, 2.334595);
[self.view addSubview:self.mapView];
self.mapView.showsScale = false;
参照文档创建HMapView失败:[NSFileManager copyItemAtPath:toPath:options:error:]: source path is nil
https://developer.huawei.com/consumer/cn/doc/HMSCore-Guides/ios-sdk-map-instance-creation-0000001242754527
参照文档创建HMapView失败:[NSFileManager copyItemAtPath:toPath:options:error:]: source path is nil