-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
databaseNamed problem #102
Comments
Here's the error in iOS: And Android: And I just determined that this has previously been reported in #98. At least now I know that I'm not the only one having this problem. |
I'm implementing the latest (1.2.1) version of the titouchdb binaries into the TouchBooksAlloy tutorial and have hit a wall. It doesn't matter whether I'm running iOS or Android, in both cases it is looking for a method, 'databaseNamed', that doesn't exist. From what I've been able to ascertain, I think it needs to exist in the compiled titouchdb code.
I'm running this on Titanium 3.5.1.
Thank you,
Rob
<On a side note, the instructions to create the model Books, are no longer applicable. Apparently, now you need to create the model as a 'property' model, then change the 'type' in the adapter properties. This threw me for a loop, until I found another tutorial that did it this way.>
The text was updated successfully, but these errors were encountered: