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

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 件のコメント

Claire
Claire 2021 年 2 月 25 日
(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
Mehdi Dehghan 2023 年 3 月 16 日
I had the same problem. Thank you @Claire, I could overcome this issue with your comment.
千 李
千 李 2023 年 4 月 6 日
@Claire thanks a lot!

サインインしてコメントする。

回答 (1 件)

Kautuk Raj
Kautuk Raj 2024 年 10 月 24 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeApplication Deployment についてさらに検索

製品

リリース

R2020b

質問済み:

2021 年 2 月 17 日

回答済み:

2024 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by