Guillaume Laurent
Guillaume Laurent
@ulope - I never got enough info from @plbecker unfortunately, so this issue is still pending. Would you be able to run debug builds of the app ? Or to...
@ulope great, let me push a few build fixes quickly (I haven't had time to maintain this code in a while), and get back to you.
@ulope if you can add some traces (using print() or NSLog()) in ChatsDatabase:collectMessagesForChat, specifically around l264 ` for messageData in query { let messageContent = messageData[textColumn] ?? "" var dateInt...
After `pod install`, you have to open the `.xcworkspace` file that has been created instead of the `.xcodeproj`. Revert all the changes you've made in the xcodeproj, once pods are...
Have you tried re-importing your messages DB ? The other methods won't be called otherwise.
Yes, right now the selection is too crude. I unfortunately lack time to work on it, but I'll keep the issue open to see what I can do.
For what it's worth, I've tried adding the dependency to a Vapor 3 project, as described in the 'Install' documentation, with some changes because SPM has changed since .package(url:"https://github.com/matthijs2704/vapor-apns.git", from:"2.1.0")...
Actually it's not working with the latest raspbian either, and I was surprised that it worked out of the box with motionEyeOS. So I guess that points to the raspbian...
Finally got around to post about it on the Raspbian forum : https://www.raspberrypi.org/forums/viewtopic.php?uid=187128&f=28&t=170382&start=0 I've also downgraded to 20160410.
Unchanged, as far as I know :-(.