简体   繁体   中英

Unable to read data sqlite iOS 6

I'm working on a macbook pro, I have my program working fine. When I go to my iMac, I try run it and it give me this error on debugger area ( NSSearchPathForDirectoriesInDomains ): Unable to read data .

I have the right sqlite file on the right folder, I checked many times. I used the same sqlite file to an old version of my app and it worked. The same project that not works on iMac, works on my macbook pro.

I did a reset on iphone simulator, I cleaned my build and always happens the same.

I deleted all sqlite3_finalize(statement); that I had on my sqlite methods and now I can access to the DataBase on the other computer.

My question, why I can access to it on my macbook pro with the sqlite3_finalize(statement); ?

If I don't use it, I can't INSERT anything on the database after to do some SELECT's.

UPDATE

I change the sqlite3_finalize to sqlite3_reset and it worked fine. Now I can INSERT after doing some SELECT's

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM