1

I'm having an error when trying to load Google Map to view in my Swift app. The error is:

CoreData: annotation:  Failed to load optimized model at path
'/Users/matanlevi/Library/Developer/CoreSimulator/Devices/DA88A5E1-
99A8-4043-A77E-
1F791C86459E/data/Containers/Bundle/Application/BE4BC021-A5BE-43EF-
9562-
00EE138400E1/VacationDealsApp.app/GoogleMaps.bundle/GMSCacheStorage.momd/
StorageWithTileProto.omo'

I can see the map in it default state, without camera zooming on my lat and lon and without markers at all.

I read all the posts about this is issue, tried to downgrade the Google Maps version and even reinstall the pod file. I also made a brand new API key, gave him restriction and bundle id and double checked that Map iOS API is enabled.

I'm working on Xcode Version 9.3, iOS 11.3, Swift 4.1.

Matan
  • 25
  • 9

1 Answers1

0

This is a know issue in Google Maps iOS SDK that you can track here: https://issuetracker.google.com/64504919

It should have been fixed in the v2.7 where the minimum xCode version was set to 9.0.

Daffi
  • 116
  • 4