Standalone app for MacOS contains many empty .lproj files in ./Contents/Resources
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!