Google Maps SDK for iOS 运行时警告 - Core Date 加载优化路径失败
Google Maps SDK for iOS Runtime warning - Core Date Failed to Load Optimised Path
自从将我的 google maps sdk for iOS 升级到 1.10.3(目前是最新的 SDK 版本)后,我收到了这个警告:
2015-09-16 16:13:12.492 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.497 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.502 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.508 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
显然是今天 was fixed,在 1.10.4 中。
仅供参考,据我所知,除了日志中的消息外,它没有造成任何问题。
自从将我的 google maps sdk for iOS 升级到 1.10.3(目前是最新的 SDK 版本)后,我收到了这个警告:
2015-09-16 16:13:12.492 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.497 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.502 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
2015-09-16 16:13:12.508 Tripnary[377:58694] CoreData:无法在路径 '/var/mobile/Containers/Bundle/Application/E89C9132-91BA-4864-8589-147851DCDD64/Tripnary.app/GoogleMaps.bundle/GMSCacheStorage 加载优化模型.momd/Storage.omo'
显然是今天 was fixed,在 1.10.4 中。
仅供参考,据我所知,除了日志中的消息外,它没有造成任何问题。