Connecting CoreData to my App on an iPhone Device
Posted
by Lauren Quantrell
on Stack Overflow
See other posts from Stack Overflow
or by Lauren Quantrell
Published on 2010-05-29T15:20:35Z
Indexed on
2010/05/29
15:22 UTC
Read the original article
Hit count: 283
I apologize ahead of time for what I'm sure is a complete newbie lapse. Running my iPhone app on iPhone simulator - no problem. But I loaded the app on an iPhone device for the first time and it appears as if the SQLite database I'm using (NSManagedObjectContext) isn't connected or didn't upload. The app installs but with no data. How do I get it all to upload and work on the device? I appreciate any help. lq
© Stack Overflow or respective owner