You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iPhone Application Development Auditors
ok here is MY ERROR. A good friend of mine helped me out on this one. I was using NSFetchedResultsController and the FlickrFetcher class calls a SORT DESCRIPTOR with @"name" as the field to sort by. I named my ivars photoName and photoURL and photoOwner so i got the NSSQLEntity key id=2 error because it wasnt finding @"name" as a valid attribute. Hope it helps someone out there :)
wgp...@gmail.com
unread,
Mar 8, 2010, 1:47:33 PM3/8/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iPhone Application Development Auditors
haha ... looks like we both found the solution at the same time :) Anyhow, check out my post for a solution to generalize this method for use by all your entities.