JRA 0 Posted May 15, 2023 Dear all, I have install the Delphi 11.3 CE and try to compile the project to iOS64 target and received this exception [Fatal Error] Module not found: dcciosarm64280.dll I have tried to reinstall the Delphi on two different PCs but nothing changed. Any idea where the problem is ? Thank you Regards Jan Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 3 hours ago, JRA said: dcciosarm64280.dll in RAD11.3 Architect, this file has "1,76 MB (1.847.296 bytes) in disk", on ..\Bin folder! Share this post Link to post
JRA 0 Posted May 15, 2023 Thank you very much for response, but the problem is that this DLL does not exist in \Bin folder. I think that this is not a problem of CE edition because the iOS is supported by this edition as well. The other Apple targets (macOS and iOS Simulator) have all necessary DLLs in this folder. Jan Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 (edited) really you see it in https://www.embarcadero.com/br/products/rad-studio/product-editions RAD 11 features matrix (including CE) Support for using our C++Builder compilers to build CMake projects on the command line for Win32, Win64, iOS32, iOS64, and Android, including deployment support Support for Delphi Unicode string evaluation, for evaluating properties and variants and function call support when debugging iOS64 applications Edited May 15, 2023 by programmerdelphi2k Share this post Link to post
JRA 0 Posted May 15, 2023 OK as I read the matrix https://dtffvb2501i0o.cloudfront.net/docs/rad-studio-feature-matrix.pdf I think that the DLL I am missing should be there. (The CE has the same features like Professional.) Am I right or not ? If not, which version I need ? Thank you Jan Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 1 hour ago, JRA said: If not, which version I need ? I dont have the CE installed in moment, but CE x Pro it's just the license subscription, basically! if IDE supports iOS, then the compiler should be present! Share this post Link to post
André Oliveira 0 Posted May 15, 2023 I'm having the same issue with my Delphi 11.3 CE ([Fatal Error] Module not found: dcciosarm64280.dll). Could it be a problem with the latest update? Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 try install Delphi11 CE in a VM, with ALL platforms checked! and see if this files is deployed! if possible, try install from GetIT some updates, etc.... Share this post Link to post
André Oliveira 0 Posted May 15, 2023 Already did that. I even uninstalled the IOS options and installed them again but the DLL is not downloaded. In GetIt there are no updates. Is there a way to download this DLL separately? Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 no! then, just installing Arch edition same that trial! Share this post Link to post
André Oliveira 0 Posted May 15, 2023 It worked out. I installed the Trial and copied the DLL! Thanks Share this post Link to post
programmerdelphi2k 237 Posted May 15, 2023 remember: this way it's not legal way!!! and can not works at all... Share this post Link to post
JRA 0 Posted May 16, 2023 OK. As you mentioned "this is not legal", but how can we solve the problem legal way ? We need to create App prototype for non profit organization (social sector) and we need some how solve this problem. We are testing other two cross platform frameworks MAUI and FLUTTER and we would like to make final decision till the end of May. We have no problem to pay for Professional edition but I am not sure that help us with this problem. Thank you Jan Share this post Link to post
Lajos Juhász 293 Posted May 16, 2023 (edited) The legal way is to file a bug report at https://quality.embarcadero.com/secure/Dashboard.jspa. The trial is valid for 30 days you can use that while it's valid and hope that embarcadero will release a patch for the CE edition or state clearly that it should not contain these files. Edited May 16, 2023 by Lajos Juhász Share this post Link to post
programmerdelphi2k 237 Posted May 16, 2023 I think that last update "RADStudio_11_3_28_13236a.ISO" or "RADStudio_11_3_esd_28_13236.exe (web installer)", contains the Community Edition if you are using your license key for 1 years, but need test it! Share this post Link to post
JRA 0 Posted May 16, 2023 Thank you very much. The RADStudio_11_3_esd_28_13236.exe is exactly what I have installed and it is not working Jan Share this post Link to post
grantful 3 Posted May 22, 2023 I had this same issue with The 11.3 community edition. I just downloaded and installed the new version from there website and it is working now. Share this post Link to post
stewag64 8 Posted May 31, 2023 (edited) I also had this problem with an earlier version and with 11.3 CE. I have the impression, that dcciosarmxxxx.dll is sometimes not installed on PCs, where several earlier Delphi versions have been installed previously. The solution that always worked for me is to install a fresh Delphi on another PC where there has not been a Delphi installation before. With iOS platform, of course. It need not be the Trial, can also be CE. Then simply copy the dll. Edited May 31, 2023 by stewag64 Share this post Link to post