mcc error foundation​::storage:​:vfs::Exce​ption

90 次查看(过去 30 天)
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 个评论
Mehdi Dehghan
Mehdi Dehghan 2023-3-16
I had the same problem. Thank you @Claire, I could overcome this issue with your comment.

请先登录,再进行评论。

回答(1 个)

Kautuk Raj
Kautuk Raj 2024-10-24,6:05
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:
  1. Check Folder Existence: Ensure all paths in your code point to existing folders.
  2. 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.

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by