kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Receiving Core Data warnings on v3.10 #539

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): Objective-C v8.1

Issue summary:
Receiving Core Data warnings after building app:
Unable to load class named 'GAIProperty' for entity 'GAIProperty'.  Class not 
found, using default NSManagedObject instead.

CoreData: warning: Unable to load class named 'GAIHit' for entity 'GAIHit'.  
Class not found, using default NSManagedObject instead.

Steps to reproduce issue:
1. Upgrade Google Analytics library to v3.10
2. Build/Run application
3. Get warning messages

Expected output:
What do you expect to see after performing the above steps?
No warning messages

Actual results:
What do you actually see after performing the above steps?

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.
I'm still receiving these errors after upgrading to v3.10:
CoreData: warning: Unable to load class named 'GAIProperty' for entity 
'GAIProperty'.  Class not found, using default NSManagedObject instead.

CoreData: warning: Unable to load class named 'GAIHit' for entity 'GAIHit'.  
Class not found, using default NSManagedObject instead.

Original issue reported on code.google.com by fba...@gmail.com on 26 Nov 2014 at 6:42