Page 1 of 1

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

Posted: Sat 12 Mar 2022 13:25
by screenrental
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'

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

Posted: Fri 18 Mar 2022 10:52
by Stellar
Hi

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

Best regards,
Sergey

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

Posted: Mon 28 Mar 2022 20:53
by screenrental
Delphi 10.4. community edition

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

Posted: Fri 27 May 2022 10:39
by pavelpd
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.