报错如图
解决办法如下:
直接复制代码配置key 是这样的:
//配置用户Key
[MAMapServices sharedServices].apiKey = @"用户Key"
而实际应该是:
引入基础SDK头文件#import 并添加如下示例代码,配置之前在官网上申请的Key:
[AMapServices sharedServices].apiKey = @"用户Key";
报错如图
解决办法如下:
直接复制代码配置key 是这样的:
//配置用户Key
[MAMapServices sharedServices].apiKey = @"用户Key"
而实际应该是:
引入基础SDK头文件#import 并添加如下示例代码,配置之前在官网上申请的Key:
[AMapServices sharedServices].apiKey = @"用户Key";
本文标题:iOS 集成高德地图use of undeclared iden
本文链接:https://www.haomeiwen.com/subject/wuoejttx.html
网友评论