SQLite iOS "Feature not supported"

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

SQLite iOS "Feature not supported"

Post by gkirkwood » Tue 14 Aug 2018 10:33

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 ?

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: SQLite iOS "Feature not supported"

Post by gkirkwood » Tue 14 Aug 2018 20:22

These forums are pretty useless, aren't they ?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: SQLite iOS "Feature not supported"

Post by MaximG » Wed 15 Aug 2018 09:28

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

Post Reply