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

조회 수: 28 (최근 30일)
Bryan Boswell
Bryan Boswell 2021년 2월 17일
답변: Kautuk Raj 2024년 10월 24일
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.
千 李
千 李 2023년 4월 6일
@Claire thanks a lot!

댓글을 달려면 로그인하십시오.

답변 (1개)

Kautuk Raj
Kautuk Raj 2024년 10월 24일
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에서 Application Deployment에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by