Re: Why doesn't this work on my device?
Re: Why doesn't this work on my device?
- Subject: Re: Why doesn't this work on my device?
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 26 Feb 2009 21:34:14 -0800
On Feb 26, 2009, at 8:50 PM, James Cicenia wrote:
That is helping immensely. I have isolated it to the sqlite area. I
can't believe
I didn't know you could debug on the device itself.. THANKS!
Though it works very bizarrely ... seems to step backwards sometimes?!
That'll most likely be because of the optimizer. If the compiler
determines that statement B after statement A has no impact on A and
would be faster to execute before A, it'll emit code that does exactly
that [very simplistic example].
Anyway, onto reading more about sqlite in the device itself. It
doesn't seem to
return any rows. Do I have to do something special to get the data
filled database
into the phone? It is in my resources group.
Did you make sure that the database is on the device where you expect
it and really there (say, again, via NSFileManager's fileExistsAtPath:)?
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden