my program work great in iphone 4, 4s with 5.01 but now in the new ipad show read only db
can you help me?
i have the live code 5.5 and xcode 4.3.2
thanks
sqlite read only on ipad3 with ios 5.1
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: sqlite read only on ipad3 with ios 5.1
The bugs occurs when using:
1) iPad2/3 with ios 5.1
2) adhoc distribution
3) attempt to populate a db.sqllite during the installation on applicationDidFinishLaunching
Bug. fix:
1) Close the 'application
2) Repeat the INSERT/UPDATE instruction on the next startup (by Code)
1) iPad2/3 with ios 5.1
2) adhoc distribution
3) attempt to populate a db.sqllite during the installation on applicationDidFinishLaunching
Bug. fix:
1) Close the 'application
2) Repeat the INSERT/UPDATE instruction on the next startup (by Code)