【发布时间】:2015-02-09 23:06:25
【问题描述】:
您好,我在为 iOS 实现谷歌地图时遇到问题我已经放置了所有相关框架并在 Project NOt 目标下添加了 -ObjC,我收到了这个错误:
CoreData: warning: Unable to load class named 'GMSCacheProperty' for entity 'GMSCacheProperty'. Class not found, using default NSManagedObject instead.
2015-02-09 22:48:01.326 AlertPoint[8038:957015] CoreData: warning: Unable to load class named 'GMSCachedObject' for entity 'GMSCachedObject'. Class not found, using default NSManagedObject instead.
2015-02-09 22:48:01.730 AlertPoint[8038:957014] +[NSData gtm_dataByInflatingData:]: unrecognized selector sent to class 0x197f9d480
我已经设置了密钥,并根据需要将其与捆绑标识符匹配,并按照所有步骤进行操作,已经 3 天了,没有运气。请帮忙。
这就是我的 iOS 模拟器的外观:
【问题讨论】:
标签: xcode google-maps swift google-maps-api-3 google-maps-sdk-ios