Hi, Grag,
While updating CCR with help of Google API and using fetchEntryByUpdatingEntry method getting following error.
*** Assertion failure in -[GDataServiceGoogle fetchEntryByUpdatingEntry:forEntryURL:delegate:didFinishSelector:](), /Projects/iPhone/GoogleAPI/Source/BaseClasses/GDataServiceGoogle.m:676
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unsafe update of GDataEntryHealthProfile'
Can you please give me any idea what should I look for ?
Thanks
Ash
You hit a library assertion.
Search for "unsafe update" in the GData library sources to find the assertion. It explains that you are calling setShouldServiceFeedsIgnoreUnknowns:YES and then trying to update one of the returned entries in the feed. The project site's PerformanceTuning wiki page explains how to update such entries.
--
You received this message because you are subscribed to the Google Groups "Google Data APIs Objective-C Client Library Discussion" group.
To post to this group, send email to gdata-objec...@googlegroups.com.
To unsubscribe from this group, send email to gdata-objectivec-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gdata-objectivec-client?hl=.
You hit a library assertion.
Search for "unsafe update" in the GData library sources to find the assertion. It explains that you are calling setShouldServiceFeedsIgnoreUnknowns:YES and then trying to update one of the returned entries in the feed. The project site's PerformanceTuning wiki page explains how to update such entries.
You hit a library assertion.
Search for "unsafe update" in the GData library sources to find the assertion. It explains that you are calling setShouldServiceFeedsIgnoreUnknowns:YES and then trying to update one of the returned entries in the feed. The project site's PerformanceTuning wiki page explains how to update such entries.