Page 1 of 1

SQLite iOS "Feature not supported"

Posted: Tue 14 Aug 2018 10:33
by gkirkwood
I have a FireMonkey app that runs on Windows and Android fine. When deployed to iOS, I get the error "feature is not supported" when opening a connection to an SQLite database. Do I need to deploy anything specific to get this to work ?

Re: SQLite iOS "Feature not supported"

Posted: Tue 14 Aug 2018 20:22
by gkirkwood
These forums are pretty useless, aren't they ?

Re: SQLite iOS "Feature not supported"

Posted: Wed 15 Aug 2018 09:28
by MaximG
The message indicates that the Direct Mode cannot be used by our components. Please specify whether you use the compilation directive NOSTATIC (https://blog.devart.com/disabling-direc ... nidac.html) when deploying your application on the iOS platform. Note that the Direct Mode is not available when using iOS Simulator. To deploy an application that uses the Direct Mode of our components, use a real device with iOS