How can I retrieve data from a core data DB from my iOS device (iOS 11, Xcode version 9.2) into my system. i am using Swift 3.0 code. I have tried these two links already, but the data doesn't show up , only the tables show up:
Asked
Active
Viewed 47 times
1
-
Did you copy the SQLite journal files too? – Tom Harrington Mar 08 '18 at 17:21
-
yes I added them all together , but the DBSqlite gave error. So I merged them into a single file using terminal and then it was empty. – Tripti Kumar Mar 09 '18 at 13:31