Replies: 2 comments 1 reply
-
|
I've looked a the jira-archive if there are any interesting tickets about plausible and found this one: But I know nothing about the whole topic to give you any advice what to do or if there is an alternative for it 😄 But if I woudl try to update it then I would run a diff with the SDK files and the PLDatabase and look at the git history of the files to see what was done before or if there is a "updated pldatabase" PR so you can check the PR notes. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your advices and for the good find, but https://jira-archive.titaniumsdk.com/TIMOB-14343 was just a feature request. However, these changes need to be checked: https://github.com/tidev/titanium-sdk/commits/master/iphone/Classes/PlausibleDatabase |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In iphone/Classes/PlausibleDatabase/ is an old "Before ARC"-version of the PLDatabase.
Currently there are deprecated-implementations warnings (especially finalize) and a macro-redefined warning during build process.
Although already 12 years old the lastest PLDatabase version has ARC and other improvements.
I think the easiest way would be an update, or are there better alternatives?
Beta Was this translation helpful? Give feedback.
All reactions