Jump to content
Kleiton

Delphi 11.2 - Error compiling for IOS

Recommended Posts

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
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:
 

image.thumb.png.bd39e49547e71cfa8e01162f4ad3e8d7.png

 

At least including $(BDSLIB)\$(Platform)\release, which is where libsqlite.a is located

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×