Kleiton 0 Posted October 18, 2022 Hi! I don't speak English, I'm using Google Translate. When trying to compile for iOS, I get the following error: [DCC Error] E2597 ld: file not found: libsqlite.a Can anyone help me with this? Thank Share this post Link to post
Dave Nottage 557 Posted October 18, 2022 2 minutes ago, Kleiton said: [DCC Error] E2597 ld: file not found: libsqlite.a Either your installation of Delphi was incomplete, or the IDE library paths are invalid for iOS Device 64-bit. They should look something like this: At least including $(BDSLIB)\$(Platform)\release, which is where libsqlite.a is located Share this post Link to post
Kleiton 0 Posted October 19, 2022 I navigated to the folder: C:\Program Files (x86)\Embarcadero\Studio\22.0\lib\iossimarm64\release I noticed that the libsqlite.a file is missing from that folder. I've already reinstalled Delphi 11.2 but it didn't work. Share this post Link to post
Dave Nottage 557 Posted October 19, 2022 1 hour ago, Kleiton said: C:\Program Files (x86)\Embarcadero\Studio\22.0\lib\iossimarm64\release It would have helped to mention that you're compiling for iOS Simulator (i.e not just iOS) Please refer to: https://blogs.embarcadero.com/rad-studio-11-2-alexandria-patch-1-available/ 1 Share this post Link to post