iphone - How to fetch complete objects (not faults) from CoreData? -


i'm new coredata concept, , may i'm getting wrongly, want fetch fully-qualified array of data coredata (not these abstract faults).

my problem displaying list of objects coredata user in uitableview , @ same time refreshing data in background thread. if user scrolling tableview @ same time of objects deleted/changed i'm getting coredata not fulfill fault exception

thanks

ok, easy, need set request's property returnsobjectsasfaults no

like this:

[request setreturnsobjectsasfaults:no]; 

i'ts strange nobody answered simple question


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -