Why does MATLAB Compiler give an error during packaging
Ältere Kommentare anzeigen
I want to create a standalone application of a gui. Therefore I call 'deploytool', select the .mlapp file and choose 'package'. After creating the bin files, the Compiler gives the following error:
Failed to embed install bundle, /XXX/XXX, in the installer.
Update resource failed: 110
Failed to create the full installer.
No installer package created.
Thanks in advance, Fabian
Akzeptierte Antwort
Weitere Antworten (2)
Christophe Tilman
am 8 Dez. 2021
1 Stimme
I got the same issue. To fix it, I had to stop my cloud synch (dropbox in my case, but I guess it may happen with others).
I think that by the time some files are created, the cloud service try to synchronize them. I guess this process lock the files for a few seconds which cause the error on Matlab compiler side who try to access them again.
Porna
am 15 Nov. 2023
0 Stimmen
comment avez-vous fait pour arrêter votre synchronisation??
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!