Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
screenrental
Posts: 2
Joined: Sat 12 Mar 2022 13:11

Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Post by screenrental » Sat 12 Mar 2022 13:25

Hello

I'm trying to do app for iOs 15 and it cant be compiled.
I only get error: [DCC Fatal Error] uDBModule.pas(6): F2613 Unit 'System.Contnrs' not found.

On the form is only TMSConnection and TMSQuery.

How can I solve it?

Thank you
Jan

Here is full error I get on Delphi:

[DCC Fatal Error] uDBModule.pas(6): F2613 Unit 'System.Contnrs' not found.
uDBModule.pas(6): Unit 'System.Contnrs' is used by 'TdsBridge'
uDBModule.pas(6): Unit 'TdsBridge' is used by 'TdsSSLTypes'
uDBModule.pas(6): Unit 'TdsSSLTypes' is used by 'TdsCipherSuites'
uDBModule.pas(6): Unit 'TdsCipherSuites' is used by 'TdsAlgorithmSupport'
uDBModule.pas(6): Unit 'TdsAlgorithmSupport' is used by 'TdsEC25519'
uDBModule.pas(6): Unit 'TdsEC25519' is used by 'TdsBridge'

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Post by Stellar » Fri 18 Mar 2022 10:52

Hi

Thanks for your reply.
Please specify the Delphi version you are using.

Best regards,
Sergey

screenrental
Posts: 2
Joined: Sat 12 Mar 2022 13:11

Re: Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Post by screenrental » Mon 28 Mar 2022 20:53

Delphi 10.4. community edition

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Post by pavelpd » Fri 27 May 2022 10:39

Hi,

To solve the issue "Unit 'System.Contnrs' not found" please install the patch for RAD Studio 10.4: https://cc.embarcadero.com/item/30923

You can learn more about the patch by following the provided link: https://blogs.embarcadero.com/rad-studi ... l-patches/

Please, let us know if you have any questions.

Post Reply