mcc error foundation::storage::vfs::Exception
Mostrar comentarios más antiguos
I was trying to compiler my R2020b appdesigner code and got the following mcc error foundation::storage::vfs::Exception. What does it mean and how can I get around it?
3 comentarios
Claire
el 25 de Feb. de 2021
(Making folder not read-only) Right-click the prj file folder and select Properties. Un-check the box beside Read-only then click OK. Close MATLAB and re-start it, try again!
Mehdi Dehghan
el 16 de Mzo. de 2023
Respuestas (1)
Kautuk Raj
el 24 de Oct. de 2024
0 votos
The ‘foundation::storage::vfs::Exception’ error usually occurs when the code tries to access a folder that does not exist or lacks proper permissions.
The following steps can be followed to fix this:
- Check Folder Existence: Ensure all paths in your code point to existing folders.
- Verify Permissions: Make sure the folders have the necessary read/write permissions.
By addressing these potential issues, you should be able to avoid the error and successfully compile your App Designer code.
Categorías
Más información sobre Application Deployment en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!