0

I can't compile my multi-device iOS application, because there is an error:

[DCC Error] E2597 ld: file not found: libsqlib.a

I use Delphi 10 Seattle.

I didn'd find solution for this, only for the Delphi XE8 and XE5 libsqlib.a can be downloaded. But it doesn't work with these.

Can you help me?

Zoltán

methos
  • 13
  • 4

1 Answers1

1

The libsqlib.a files for iOS are installed on my D10Seattle system in following directories:

C:\Program Files (x86)\Embarcadero\Studio\17.0\lib\iosDevice32\release
C:\Program Files (x86)\Embarcadero\Studio\17.0\lib\iosDevice32\debug
C:\Program Files (x86)\Embarcadero\Studio\17.0\lib\iosDevice64\release
C:\Program Files (x86)\Embarcadero\Studio\17.0\lib\iosDevice64\debug

There could be something wrong with your installation or missing/wrong search paths. A reinstallation might resolve your problem.

LU RD
  • 34,438
  • 5
  • 88
  • 296
  • Which version of D10 you have? I have Professional version. On my collegue's installation doesn't contain this file also. This file is only in the android\release folder. – methos Oct 16 '15 at 13:52
  • So far, there has been no update. Version 23.0.20618.2753 – LU RD Oct 16 '15 at 13:54
  • I'm using the professional edition with mobile add-on (included in my update service agreement). – LU RD Oct 16 '15 at 14:02