schaumermal 0 Posted September 18, 2022 Hi, After updating to 11.2 I get the following message when compiling for IOS: [DCC Fehler] E2597 ld: file not found: libsqlite.a This message always comes up when I have included the unit in a project: FireDAC.Phys.SQLiteWrapper.Stat Before the update I was able to compile the project without any problems. Share this post Link to post
Darian Miller 361 Posted September 18, 2022 There's a QP issue for this: https://quality.embarcadero.com/browse/RSP-39164 Share this post Link to post
Rollo62 536 Posted September 18, 2022 Not installed 11.2 yet, so just a rough guess ... Have you added the Sqlite libraries under Project/Deployment, "Add Featured Files", there you can click to add the Sqlite Engine. Share this post Link to post
sjordi 39 Posted September 19, 2022 Interesting. All my projects include SQLite and I have no problems. But it's correct, I have added the libraries in Project/Deployment for both iOS and MacOS Share this post Link to post
Paolo Pedrielli 0 Posted September 21, 2022 Hi, I have the same issue for iOS Simulator. It cannot find sqlmidas.a and sqllite.a I added featured files for both MIDAS and sqlite, but they don't contain info for iOSSimARM64 Any idea? Share this post Link to post
Dave Nottage 557 Posted September 21, 2022 9 hours ago, Paolo Pedrielli said: Any idea? Please read Darian's answer. It applies to any of the featured files for simulator. Share this post Link to post