sqlite read only on ipad3 with ios 5.1

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jagiron
Posts: 19
Joined: Mon Feb 20, 2012 12:47 am

sqlite read only on ipad3 with ios 5.1

Post by jagiron » Sat Apr 14, 2012 10:10 pm

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

strati
Posts: 1
Joined: Sat Apr 28, 2012 10:15 pm

Re: sqlite read only on ipad3 with ios 5.1

Post by strati » Sat Apr 28, 2012 11:30 pm

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)

Post Reply