sqlite and iOS 8

PystCat pystcat at gmail.com
Thu Mar 5 14:40:05 EST 2015


I have an app that worked fine… then iOS 8 came out and everything went fubar…  what I am having a problem with is the app seeing an sqlite table under iOS 8…  I’ve started using the latest LC 7.0.3 Build 10026 under Max OS X 10.10.2 with the iOS 8 simulator.

When the app opens on the iPad, it checks to see if there is an sqlite table in the Documents folder… if not it creates one.  Well… it DID in the past.  Now what I have it doing is copying the empty table already created over to the Documents table.  Once there it creates the tables it needs.  I have this in the openStack.  The reason for this is because the app will determine what you are on and either send you to the iPad card or the iPhone card.  Both use the same tables.

Now if I stick the code on the card in a button just to test it out…?  It works.  Is something wacky with sqlite and LC or am I just overlooking something REALLY obvious and need to be laughed at..?

Has anyone else had any problems using sqlite with iOS 8..?  If so… what did you do to fix it..?

Help me Obi-Wan...
Paul





More information about the use-livecode mailing list