CoreData: Failed to load optimized model at path

前端 未结 2 599
生来不讨喜
生来不讨喜 2021-02-08 07:14

I am getting this warning multiple times when i goto a view using google maps.This started as soon as i migrated to swift 2.0 and xcode 7 for my exising project .Im using google

2条回答
  •  無奈伤痛
    2021-02-08 07:50

    As indicated in your console log, this is caused by an issue in the Google Maps SDK. The issue has been fixed in the latest Google Maps SDK release, so if you update it, it should work like before.

    If you're using CocoaPods, just add pod 'GoogleMaps' in your podfile and run $ pod install.

提交回复
热议问题