Sqlite3 - working on simulator but not on device
Hey Everyone,
I'm completely stuck, my app works just fine on the iphone simulator but when i try to run it on my ipod touch the database doesn't work.
I've confirmed that the file name is spell correctly. in fact I added AlertViews to see what exact path i wass using on both simulator and on the device. I know that simulator isn't case sensitive and the device is... but I can't see any spelling mistakes.
simulator :
Users/*********/Library/Application Support/iPhone Simulator/4.0/Aplications/*****-*****-****-****/Documents/data.sqlite3
device :
/var/mobile/Applications/********-****-****-****-********/Documents/data.sqlite3
I have no clue where to look.
|