Standalone app for MacOS contains many empty .lproj files in ./Contents/Resources
1 回表示 (過去 30 日間)
古いコメントを表示
Hello all,
I've recently re-compiled a stand-alone application for MacOS using R2019b (previously compiled with R2018a). The app ran well, but when I went to copy it to a NAS (through VPN), the process took 20 minutes for a 1.8 MB file! I then zipped the file and noted that there were several thousand files within the .app. The zip file uploaded to the NAS in a couple of seconds, as expected.
Within the .app, I discovered that the ./Contents/Resources directory contained hundreds of directories (mostly empty) such as: aa.lproj, ab.lproj, abr.lproj, etc. This contrasts radically to the R2018a compile in which the ./Contents/Resources directory only contained /Base.lproj (containing 4 .nib files).
What changed? Is there any way to suppress most of the .lproj directories? It's not fun having file copy operations taking a very long time. The NAS treats the .app as several thousand individual files.
Thanks, Mike
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!